@charset "utf-8";

@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("//fonts.googleapis.com/css?family=Roboto+Mono");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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
   ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 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 */
  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: #ff0;
  color: #000;
}

/**
 * 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: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * 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;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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
   ========================================================================== */
/*
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

/**
 * Base Style
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  background-color: #e3e3e4;
  color: #333333;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, ssans-serif;
  line-height: 1.875;
  min-width: 1100px;
}

@media screen and (max-width: 736px) {
  body {
    min-width: inherit;
  }
}

.l-content-wrapper {
  position: relative;
}

a {
  color: #527bbe;
  text-decoration: underline;
}

@media screen and (min-width: 737px) {
  a:hover, a:active {
    text-decoration: none;
  }
}

@media screen and (min-width: 737px) {
  a.touch-default {
    text-decoration: underline;
  }
}

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

@media screen and (min-width: 737px) {
  img {
    width: auto;
  }
}

.android4-chrome section, .android4-chrome div, .android4-chrome table, .android4-chrome ul, .android4-chrome ol, .android4-chrome dl {
  max-height: 9999999px;
}

/**
 * Layout Style
 */
.l-container {
  position: relative;
  margin: 0 auto;
  width: 1100px;
}

.l-container:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 736px) {
  .l-container {
    width: 100%;
  }
}

.l-row-2--image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px -20px 0px;
}

@media screen and (max-width: 736px) {
  .l-row-2--image {
    display: block;
    margin: 20px 0 0;
  }
}

.l-row-2--image:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .l-row-2--image:first-child {
    margin: 0;
  }
}

.l-row-2--image .l-col-text {
  padding: 0 20px;
  width: 644px;
}

@media screen and (max-width: 736px) {
  .l-row-2--image .l-col-text {
    padding: 20px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .l-row-2--image .l-col-text:first-child {
    padding-top: 0;
  }
}

.l-row-2--image .l-col-image {
  padding: 0 20px;
  text-align: right;
  width: 495px;
}

@media screen and (max-width: 736px) {
  .l-row-2--image .l-col-image {
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 736px) {
  .l-row-2--image .l-col-image:first-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 736px) {
  .l-row-2--image .l-col-image > img {
    width: 100%;
  }
}

@font-face {
  font-family: "iconfont";
  src: url("fonts/iconfont.eot");
  src: url("fonts/iconfont.eot?#iefix") format("eot"), url("fonts/iconfont.woff2") format("woff2"), url("fonts/iconfont.woff") format("woff"), url("fonts/iconfont.ttf") format("truetype");
}

.ico-arrow-1 {
  display: inline-block;
  background: url(../img/common/icon_arrow_white.png) no-repeat center top;
  background-size: 100% auto;
  width: 16px;
  height: 15px;
}

@media screen and (max-width: 736px) {
  .ico-arrow-1 {
    background-size: 90% auto;
    width: 13px;
    height: 10px;
  }
}

.owl-prev .ico-arrow-1 {
  margin-bottom: 1px;
}

.ico-blank {
  display: inline-block;
  background: url(../img/common/icon_blank_blue.png) no-repeat center center;
  background-size: 95% auto;
  margin-left: 2px;
  width: 18px;
  height: 17px;
}

@media screen and (max-width: 736px) {
  .ico-blank {
    background-size: 90% auto;
    width: 16px;
    height: 15px;
  }
}

.header .ico-blank,
.gnav .ico-blank {
  background-image: url(../img/common/icon_blank_white.png);
  background-position: left top;
  width: 15px;
  height: 17px;
}

@media screen and (max-width: 736px) {
  .header .ico-blank,
  .gnav .ico-blank {
    background-image: url(../img/common/icon_blank_black.png);
    width: 13px;
    height: 13px;
  }
}

/**
 * Header Style
 */
.header-container {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: linear-gradient(0deg, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.901961) 100%);
  border-bottom: 1px solid #fff;
  padding: 16px 0;
  width: 100%;
  min-width: 1100px;
  height: 75px;
}

@media screen and (max-width: 736px) {
  .header-container {
    padding: 0;
    height: 45px;
    min-width: inherit;
  }
}

@media screen and (min-width: 737px) {
  .header-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 75px;
  }
}

@media screen and (min-width: 737px) {
  .header-container.is-active:after {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

.header {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  width: 1100px;
}

@media screen and (max-width: 736px) {
  .header {
    padding: 10px 10px 0;
    width: 100%;
    line-height: 1;
  }
}

.header-title {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .header-title {
    float: none;
    width: 138px;
    font-size: 0;
  }
}

@media screen and (min-width: 737px) {
  .header-title:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 737px) {
  .header-title.touch-default {
    opacity: 1;
  }
}

.header-link {
  float: right;
  position: relative;
  padding-right: 82px;
}

@media screen and (max-width: 736px) {
  .header-link {
    display: none;
  }
}

.header-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  background-color: #fff;
  width: 1px;
}

.header-link--shinsotsu {
  padding-right: 0;
}

.header-link--shinsotsu:before {
  display: none;
}

.header-sns-container {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 736px) {
  .header-sns-container {
    position: absolute;
    top: 0;
    right: 45px;
    width: 86px;
    height: 45px;
  }
}

.header-sns-container:before {
  content: "";
  display: block;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  bottom: -20px;
  z-index: 1;
  background: #edf1f9;
  opacity: 0.9;
}

@media screen and (max-width: 736px) {
  .header-sns-container:before {
    top: 0;
    bottom: 0;
    right: inherit;
    width: 86px;
  }
}

.header-link-sns {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 5px;
  margin-left: 20px;
  width: 34px;
}

@media screen and (max-width: 736px) {
  .header-link-sns {
    position: absolute;
    top: 0;
    margin-top: 10px;
    width: 21px;
  }
}

@media screen and (max-width: 736px) {
  .header-link-sns.facebook {
    right: 48px;
  }
}

@media screen and (max-width: 736px) {
  .header-link-sns.instagram {
    right: 15px;
  }
}

.header-link-sns--shinsotsu {
  float: right;
}

@media screen and (max-width: 736px) {
  .header-link-sns--shinsotsu {
    float: none;
  }
}

.header-link-sns--shinsotsu.instagram {
  margin-top: 4px;
}

.header-link-sns--shinsotsu.instagram:before {
  bottom: -23px;
}

@media screen and (max-width: 736px) {
  .header-link-sns--shinsotsu.instagram:before {
    bottom: 0;
  }
}

@media screen and (max-width: 736px) {
  .header-link-sns--shinsotsu.instagram {
    top: 6px;
    right: 15px;
  }
}

@media screen and (min-width: 737px) {
  .header-link-sns:hover {
    opacity: 0.7;
  }
}

.header-link-teito {
  float: left;
  position: relative;
  display: block;
  padding: 0 20px 0 37px;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .header-link-teito {
    display: none;
  }
}

.header-link-teito--shinsotsu {
  position: relative;
  float: right;
  margin-left: 15px;
}

.header-link-teito--shinsotsu .border:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  background-color: #fff;
  width: 1px;
}

@media screen and (min-width: 737px) {
  .header-link-teito:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 737px) {
  .header-link-teito.touch-default {
    opacity: 1;
  }
}

.header-link-teito:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 1px;
}

.header-link-teito:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 9px;
  height: 9px;
}

.header-link-teito:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -3px;
}

.header-link-teito .ico-blank {
  position: absolute;
  top: inherit;
  bottom: 3px;
  right: 20px;
  font-size: 1.6rem;
}

.header .contact-link {
  float: right;
  display: block;
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #4ac83d;
  margin-left: 20px;
  padding: 12px 20px;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}

.header .contact-link:hover {
  background-color: rgba(74, 200, 61, 0.8);
}

@media screen and (min-width: 737px) {
  .header .contact-link.touch-default {
    background-color: #fff;
  }
}

.header-banner {
  text-decoration: none;
}

@media screen and (min-width: 737px) {
  .header-banner:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 737px) {
  .header-banner.touch-default {
    opacity: 1;
  }
}

.header-banner img {
  width: 142px;
}

@media screen and (max-width: 736px) {
  .header-banner-container-sp {
    position: absolute;
    top: 13px;
    right: 50px;
    width: 110px;
  }
}

.header-banner-container-sp > a {
  display: inline-block;
  margin-right: 1%;
  width: 49%;
}

.header-link-entry {
  float: left;
  position: relative;
  display: block;
  padding: 0 20px 0 37px;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .header-link-entry {
    display: none;
  }
}

.header-link-entry:before, .header-link-entry:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  background-color: #fff;
  width: 9px;
  height: 1.5px;
}

.header-link-entry:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -3px;
}

.header-link-entry:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 2px;
}

.header-link-entry .ico-blank {
  position: absolute;
  top: inherit;
  bottom: 3px;
  right: 20px;
  font-size: 1.6rem;
}

.gt-ie10 .header .contact-link {
  padding: 15px 20px 9px;
}

/**
 * Header Style
 */
/* =============================================================================
* 1.header
============================================================================= */
.header-lp {
  background: #1d5b87;
  min-width: 1100px;
}

@media screen and (max-width: 736px) {
  .header-lp {
    min-width: inherit;
  }
}

.header-lp-logo {
  margin: 0 auto;
  width: 1100px;
  line-height: 1;
}

.header-lp-logo > a {
  display: inline-block;
  padding: 14px 10px;
  width: 211px;
}

.header-lp-logo > a > img {
  width: 191px;
}

/* smartphone tmpl*/
.header-lp-sp .contents div, .header-lp-sp footer div {
  text-align: center;
}

.header-lp-sp-inner {
  background: #065A88;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  line-height: 1;
}

.header-lp-sp-inner img {
  vertical-align: top;
}

.header-lp-sp-logo {
  margin: 14px 6.5px 13px;
  line-height: 1;
  font-size: 0;
}

.header-lp-sp-logo a {
  line-height: 1;
}

.header-lp-sp-logo img {
  width: 137.5px;
  height: 22px;
  vertical-align: top;
}

.header-lp-sp nav {
  position: absolute;
  top: 0;
  right: 0;
}

.header-lp-sp nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-lp-sp nav ul li {
  float: left;
}

.header-lp-sp nav img {
  width: 50px;
  height: 50px;
  border-left: 1px solid #065A88;
}

.header-lp-sp #gNav {
  box-sizing: content-box;
  width: 200px;
  height: 100%;
  background: #000;
  position: absolute;
  z-index: 10;
  padding: 5px 10px;
  top: 49px;
  right: 0px;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.4);
}

.header-lp-sp .gNav__menu {
  height: 50px;
  border-bottom: solid 1px #929495;
  line-height: 1;
}

.header-lp-sp .gNav__menuImg_menu img {
  width: 90px;
}

.header-lp-sp .gNav__menuImg_menu {
  padding-top: 10px;
  float: left;
}

.header-lp-sp .gNav__menuImg_close {
  float: right;
}

.header-lp-sp .gNav__menuImg_close img {
  width: 33px;
}

.header-lp-sp .gNav__list ul {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-lp-sp .gNav__list li {
  margin: 0;
  padding: 0;
  width: 200px;
  text-align: left;
  color: #FFF;
  font-size: 13px;
  background: url(../img/lp-common/main_navi_arrow.png) no-repeat;
  background-size: 10px 10px;
  background-position: 188px;
  border-bottom: solid 1px #929495;
}

.header-lp-sp .gNav__list li a {
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}

.header-lp-sp .gNav__list img {
  width: 30px;
  margin-right: 15px;
}

.header-lp-sp .gNav__menuImg_cursor {
  cursor: pointer;
}

.header-lp-sp .mainImg img, .header-lp-sp .slideImg img, .header-lp-sp .menu img, .header-lp-sp .news img {
  width: 100%;
  height: auto;
  margin: auto;
}

/* モーダル　2015.07.29*/
#modal__content {
  position: absolute;
  display: none;
  z-index: 999;
  left: 50%;
  top: 100px;
  margin-left: -155px;
}

#modal__overlay {
  z-index: 30;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.4);
}

#modal__content img {
  width: 310px;
  height: 164px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.modal__buttonLink {
  color: #00f;
  text-decoration: underline;
}

.modal__buttonLink:hover {
  cursor: pointer;
}

.drawr {
  display: none;
  position: absolute;
  top: -49px;
  right: 0;
  bottom: 0;
  width: 220px;
  z-index: 100;
  overflow: hidden;
}

/**
* Footer Style
*
* footer-banner
* footer-pagetop
* footer-keisei
* footer-link
* copyright
*
**/
.footer-container {
  overflow: hidden;
  background-color: #2b2b2b;
}

.footer {
  border-top: 1px solid #fff;
  padding: 17px 0 28px;
}

@media screen and (max-width: 736px) {
  .footer {
    padding: 20px 0 0;
  }
}

.footer .l-container {
  padding: 0 50px;
}

@media screen and (max-width: 736px) {
  .footer .l-container {
    padding: 0;
  }
}

.footer-contact-link-container {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "游明朝", YuMincho, serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 737px) {
  .footer-contact-link-container {
    display: none;
  }
}

.cat-regist .footer-contact-link-container {
  display: none;
}

.footer-contact-link-container.is-show {
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
}

.footer-contact-link-container > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 44px;
  background: #4ac83d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
}

/**=========================================
* footer-banner
* LPバナー
=========================================*/
.footer-banner {
  position: relative;
  overflow: hidden;
  background: #c6c6c7;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1;
}

.footer-banner-inner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 736px) {
  .footer-banner-inner {
    max-width: 394px;
    width: 100%;
  }
}

.footer-banner .footer-banner-slider {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 80px !important;
  list-style: none;
}

@media screen and (max-width: 736px) {
  .footer-banner .footer-banner-slider {
    margin: 0 auto;
    height: 59px !important;
  }
}

.footer-banner .footer-banner-slider > div {
  float: left;
  margin: 0;
  padding: 0;
  width: 352px;
}

@media screen and (max-width: 736px) {
  .footer-banner .footer-banner-slider > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 15px 0;
    width: 290px;
    height: 59px;
  }
}

@media screen and (max-width: 736px) {
  .footer-banner .footer-banner-slider > div:first-child {
    padding-top: 0;
  }
}

.footer-banner .footer-banner-slider > div > a {
  position: relative;
  display: block;
  margin: 0 5px;
}

@media screen and (max-width: 736px) {
  .footer-banner .footer-banner-slider > div > a {
    background-color: transparent;
    margin: 0;
  }
}

@media screen and (min-width: 737px) {
  .footer-banner .footer-banner-slider > div > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 1px;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
  }
}

.footer-banner .footer-banner-slider > div > a > img {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 737px) {
  .footer-banner .footer-banner-slider > div > a:hover > img {
    opacity: 0.7;
  }
}

@media screen and (min-width: 737px) {
  .footer-banner .footer-banner-slider > div > a.touch-default > img {
    opacity: 1;
  }
}

@media screen and (min-width: 737px) {
  .footer-banner .footer-banner-slider .ryo-introduction {
    padding: 5.5px 0;
    background-color: #c6c6c7;
  }
}

.footer-banner .slide-prev,
.footer-banner .slide-next {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  margin-top: -28px;
  width: 40px;
  height: 60px;
}

@media screen and (max-width: 736px) {
  .footer-banner .slide-prev,
  .footer-banner .slide-next {
    display: none;
    width: 28px;
  }
}

.footer-banner .slide-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}

.footer-banner .slide-prev .slide-arrow--left:before,
.footer-banner .slide-prev .slide-arrow--left:after {
  right: 12px;
}

@media screen and (max-width: 736px) {
  .footer-banner .slide-prev .slide-arrow--left:before,
  .footer-banner .slide-prev .slide-arrow--left:after {
    right: 6px;
  }
}

.footer-banner .slide-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.footer-banner .slide-next .slide-arrow--right:before,
.footer-banner .slide-next .slide-arrow--right:after {
  left: 12px;
}

@media screen and (max-width: 736px) {
  .footer-banner .slide-next .slide-arrow--right:before,
  .footer-banner .slide-next .slide-arrow--right:after {
    left: 6px;
  }
}

/**=========================================
* footer-pagetop
* フッター内ページトップボタン
=========================================*/
.footer-pagetop {
  display: block;
  background-color: #3e3e3e;
  padding: 53px 0 34px;
  text-decoration: none;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .footer-pagetop {
    padding: 27px 0 15px;
  }
}

.footer-pagetop > span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1100px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .footer-pagetop > span {
    font-size: 1rem;
    width: 100%;
  }
}

.footer-pagetop > span:before, .footer-pagetop > span:after {
  content: "";
  display: block;
  position: absolute;
  top: -21px;
  left: 50%;
  background-color: #fff;
  width: 18px;
  height: 2px;
}

@media screen and (max-width: 736px) {
  .footer-pagetop > span:before, .footer-pagetop > span:after {
    top: -12px;
    width: 10px;
    height: 1px;
  }
}

.footer-pagetop > span:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: -13px;
}

@media screen and (max-width: 736px) {
  .footer-pagetop > span:before {
    margin-left: -7px;
  }
}

.footer-pagetop > span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -2px;
}

@media screen and (max-width: 736px) {
  .footer-pagetop > span:after {
    margin-left: 0;
  }
}

/**=========================================
* footer-keisei
* フッター内の京成グループエリア
=========================================*/
.footer-keisei {
  float: right;
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 20px 17px;
  width: 280px;
}

@media screen and (max-width: 736px) {
  .footer-keisei {
    border-radius: 0;
    padding: 10px 0 10px;
    width: 100%;
  }
}

.footer-keisei-title {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 4px solid #0572b7;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  color: #0572b7;
}

.footer-keisei-logo {
  margin-top: 15px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .footer-keisei-logo {
    margin: 0 auto;
    width: 92px;
  }
}

.footer-keisei-text {
  margin: 0;
  padding: 13px 0 0 0;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: justify;
}

.footer-bmk {
  overflow: hidden;
  margin-top: 10px;
  border-top: 2px solid #569bbc;
  padding-top: 9px;
}

.footer-bmk-logo {
  float: left;
  margin-right: 10px;
  width: 70px;
  line-height: 1;
  vertical-align: top;
}

.footer-bmk-text {
  float: left;
  margin: 0;
  padding: 4px 0 0 0;
  width: 160px;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: justify;
}

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

.footer-keisei-link > li {
  overflow: hidden;
  margin: 15px 0 0 0;
  padding: 0;
}

.footer-keisei-link > li > a {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
  text-decoration: none;
}

@media screen and (min-width: 737px) {
  .footer-keisei-link > li > a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 737px) {
  .footer-keisei-link > li > a.touch-default {
    text-decoration: none;
  }
}

.footer-keisei-link-logo {
  display: table-cell;
  width: 80px;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
}

.footer-keisei-link-text {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0 0 0 12px;
  width: 160px;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: justify;
  vertical-align: middle;
}

.footer-keisei-link-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #3f4a4e;
}

.footer-keisei-link .icon-blank-2 {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

/**=========================================
* footer-link
* フッターリンク
=========================================*/
.footer-link {
  float: left;
  width: 704px;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .footer-link {
    float: none;
    width: 100%;
  }
}

.footer-link-row {
  overflow: hidden;
  margin-top: 28px;
}

.footer-link-col-1 {
  float: left;
  width: 30%;
}

.footer-link-col-2 {
  float: left;
  width: 30%;
}

.footer-link-col-3 {
  float: left;
  width: 40%;
}

@media screen and (max-width: 736px) {
  .footer-link-language {
    display: block;
    background-color: #a8a8a8;
    margin: 0 auto;
    width: 80px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
}

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

@media screen and (max-width: 736px) {
  .footer-link-list {
    text-align: center;
    padding: 20px 0;
    line-height: 1;
  }
}

.footer-link-list > li {
  margin: 15px 0 0 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 736px) {
  .footer-link-list > li {
    display: inline-block;
    margin: 0;
    border-left: 1px solid #fff;
    text-align: center;
  }
}

.footer-link-list > li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .footer-link-list > li:first-child {
    border-left: none;
  }
}

.footer-link-list > li > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .footer-link-list > li > a {
    padding: 0 10px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 737px) {
  .footer-link-list > li > a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 737px) {
  .footer-link-list > li > a.touch-default {
    text-decoration: none;
  }
}

.footer-link-list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.8px;
  left: 0;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 736px) {
  .footer-link-list > li > a:before {
    display: none;
  }
}

.footer-link-list > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 6.8px;
  left: 5px;
  border: 1px solid #c8c8c8;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 736px) {
  .footer-link-list > li > a:after {
    display: none;
  }
}

.footer-link-list > li > ul {
  margin: 5px 0 0;
  padding: 0 0 0 30px;
  list-style: none;
}

.footer-link-list > li > ul > li {
  padding: 4.6px 0 0;
  line-height: 1;
}

.footer-link-list > li > ul > li:first-child {
  padding-top: 0;
}

.footer-link-list > li > ul > li > a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 737px) {
  .footer-link-list > li > ul > li > a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 737px) {
  .footer-link-list > li > ul > li > a.touch-default {
    text-decoration: none;
  }
}

.footer-link-list > li > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 6.2px;
  left: 0;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
}

/**=========================================
* copyright
* コピーライト
=========================================*/
.copyright {
  margin: 20px 0 0 0;
  border-top: 1px solid #fff;
  padding-top: 14px;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .copyright {
    margin: 10px 0 0 0;
    border-top: 1px solid #0572b7;
    padding-top: 10px;
    padding-bottom: 44px;
    font-size: 1rem;
    color: #0572b7;
    text-align: center;
  }
}

.copyright small {
  font-size: 1.2rem;
}

@media screen and (max-width: 736px) {
  .copyright small {
    font-size: 1rem;
  }
}

/**
 * Nav Style
 */
/**=========================================
* gnav
=========================================*/
.js-gnav-link {
  cursor: pointer;
}

.gnav-inner {
  position: relative;
  margin: 85px auto 0;
  padding: 0 20px 0;
  width: 1100px;
}

@media screen and (max-width: 736px) {
  .gnav-inner {
    margin: 0;
    padding: 44px 0 100px;
    width: 100%;
  }
}

@media screen and (min-width: 737px) {
  .gnav-inner.js-l-global-nav-thin .gnav-item > a {
    padding: 7px 15px;
  }
}

@media screen and (min-width: 737px) {
  .gnav-inner.js-l-global-nav-thin .gnav-child {
    padding: 15px 0 0 0;
  }
}

@media screen and (min-width: 737px) {
  .gnav-inner.js-l-global-nav-thin .gnav-child > li > a {
    padding: 13.2px 20px;
  }
}

.gnav-inner.js-l-global-nav-thin .gnav-banner {
  margin-top: 10px;
}

.gnav {
  overflow: hidden;
  display: none;
  position: fixed;
  top: 75px;
  right: 0;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 10px;
  width: 100%;
  min-width: 1100px;
  min-height: 100vh;
}

@media screen and (max-width: 736px) {
  .gnav {
    display: none;
    top: 0;
    z-index: auto;
    overflow: auto;
    background-color: #e3e3e4;
    padding-top: 0;
    width: 300px;
    min-width: inherit;
    height: 100%;
    color: #fff;
  }
}

@media screen and (max-width: 736px) {
  .gnav:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #e3e3e4 url(../img/top/main_bg.jpg) center top;
    width: 100%;
    height: 45px;
  }
}

.gnav.is-show {
  -webkit-overflow-scrolling: touch;
}

.gnav.is-visible {
  display: block;
}

.gnav.is-hidden {
  display: none;
}

.gnav.is-fixed {
  position: fixed;
  top: 0px;
  z-index: 100;
}

.gnav .gnav-col-1,
.gnav .gnav-other {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 737px) {
  .gnav .gnav-others {
    margin-top: 15px;
    border-top: 1px dotted #fff;
    padding-top: 15px;
  }
}

@media screen and (max-width: 736px) {
  .gnav .gnav-others {
    border-top: 1px solid #4a4a4a;
  }
}

@media screen and (min-width: 737px) {
  .gnav .gnav-child--others {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
}

@media screen and (min-width: 737px) {
  .gnav .gnav-child--others > li {
    padding: 0 20px;
    width: 50%;
  }
}

@media screen and (min-width: 737px) {
  .gnav .gnav-child--others > li .icon-arrow--right:before, .gnav .gnav-child--others > li .icon-arrow--right:after {
    background-color: #fff;
  }
}

.gnav-row-3 {
  clear: both;
  overflow: hidden;
  margin: 0 -20px;
}

@media screen and (max-width: 736px) {
  .gnav-row-3 {
    margin: 0;
  }
}

.gnav-row-3 > .gnav-col-2 {
  float: left;
  margin: 0;
  padding: 0 20px;
  width: 66.666%;
  list-style: none;
}

@media screen and (max-width: 736px) {
  .gnav-row-3 > .gnav-col-2 {
    position: relative;
    float: none;
    padding: 0;
    width: 100%;
  }
}

.gnav-row-3 > .gnav-col-1 {
  float: left;
  margin: 0;
  padding: 0 20px;
  width: 33.333%;
  list-style: none;
}

@media screen and (max-width: 736px) {
  .gnav-row-3 > .gnav-col-1 {
    position: relative;
    float: none;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .gnav-row-3 > .gnav-col-1:nth-child(1):before,
  .gnav-row-3 > .gnav-col-1:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #428ca8;
    height: 2px;
  }
}

.gnav-row-2 {
  clear: both;
  overflow: hidden;
  margin: 0 -20px;
}

@media screen and (max-width: 736px) {
  .gnav-row-2 {
    margin: 0;
  }
}

.gnav-row-2 > .gnav-col-1 {
  float: left;
  margin: 0;
  padding: 0 20px;
  width: 50%;
  list-style: none;
}

@media screen and (max-width: 736px) {
  .gnav-row-2 > .gnav-col-1 {
    position: relative;
    float: none;
    padding: 0;
    width: 100%;
  }
}

.gnav-item {
  padding: 27px 0 0 0;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .gnav-item {
    position: relative;
    margin-top: -1px;
    border-top: none;
    padding-top: 0;
  }
}

.gnav-item:first-child {
  padding-top: 0;
}

.gnav-item .ico-blank {
  display: none;
}

@media screen and (max-width: 736px) {
  .gnav-item .ico-blank {
    display: inline-block;
    line-height: 1;
  }
}

.gnav-item .icon-arrow--down {
  display: none;
}

@media screen and (max-width: 736px) {
  .gnav-item .icon-arrow--down {
    display: inline-block;
    line-height: 1;
  }
  .gnav-item .icon-arrow--down:before, .gnav-item .icon-arrow--down:after {
    background-color: #fff;
  }
}

.gnav-item .icon-arrow--right:before, .gnav-item .icon-arrow--right:after {
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .gnav-item .icon-arrow--right:before, .gnav-item .icon-arrow--right:after {
    background-color: #4a4a4a;
  }
}

@media screen and (max-width: 736px) {
  .gnav-item .gnav-link--contact .icon-arrow--right:before, .gnav-item .gnav-link--contact .icon-arrow--right:after {
    background-color: #fff;
  }
}

.gnav-item > a,
.gnav-item > span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  display: block;
  border: 1px solid #fff;
  padding: 12px 15px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .gnav-item > a,
  .gnav-item > span {
    cursor: pointer;
    font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, ssans-serif;
    position: relative;
    display: block;
    background-color: rgba(72, 174, 213, 0.9);
    border: none;
    border-top: 1px solid #4a4a4a;
    font-size: 1.6rem;
    text-align: left;
  }
}

@media screen and (max-width: 736px) {
  .gnav-item > a.gnav-link--site,
  .gnav-item > span.gnav-link--site {
    background-color: #fff;
    color: #333;
  }
}

@media screen and (max-width: 736px) {
  .gnav-item > a.gnav-link--contact,
  .gnav-item > span.gnav-link--contact {
    background-color: #4ac83d;
    border-top: none;
  }
}

@media screen and (min-width: 737px) {
  .gnav-item > a.is-current,
  .gnav-item > span.is-current {
    color: #5ea859;
  }
}

@media screen and (min-width: 737px) {
  .gnav-item > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 737px) {
  .gnav-item > a.touch-default {
    background-color: transparent;
  }
}

.gnav-child {
  margin: 0;
  padding: 27px 0 0 0;
  list-style: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .gnav-child {
    padding: 0 0 1px;
  }
}

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

@media screen and (max-width: 736px) {
  .gnav-child:first-child {
    padding: 0 0 1px;
  }
}

.gnav-child > li {
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .gnav-child > li {
    border-bottom: 1px solid #4a4a4a;
  }
}

@media screen and (max-width: 736px) {
  .gnav-child > li:last-child {
    border-bottom: none;
  }
}

.gnav-child > li > a {
  position: relative;
  display: block;
  padding: 17.2px 20px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .gnav-child > li > a {
    padding: 12.4px 20px;
    font-size: 1.2rem;
    color: #4a4a4a;
  }
}

@media screen and (min-width: 737px) {
  .gnav-child > li > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 737px) {
  .gnav-child > li > a.touch-default {
    background-color: transparent;
  }
}

@media screen and (min-width: 737px) {
  .gnav-child > li > a.white {
    background-color: #fff;
    color: #333;
  }
}

@media screen and (min-width: 737px) {
  .gnav-child > li > a.white:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

@media screen and (min-width: 737px) {
  .gnav-child > li > a.white.touch-default {
    background-color: #fff;
  }
}

@media screen and (min-width: 737px) {
  .gnav-child > li > a.white .icon-arrow--right:before, .gnav-child > li > a.white .icon-arrow--right:after {
    background-color: #333;
  }
}

.gnav-banner {
  clear: both;
  margin: 20px 0 0 0;
  border: 1px solid #fff;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  list-style: 1;
}

@media screen and (max-width: 736px) {
  .gnav-banner {
    border: none;
    margin-top: 0;
    padding: 25px 0 0 0;
  }
}

.gnav-banner > li {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 0 20px;
  width: 235px;
}

@media screen and (max-width: 736px) {
  .gnav-banner > li {
    display: block;
    border-left: none;
    padding: 15px 0 0;
    width: 100%;
  }
}

.gnav-banner > li > a {
  display: block;
}

.gnav-banner > li > a > img {
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .gnav-banner > li > a > img {
    width: 195px;
  }
}

@media screen and (min-width: 737px) {
  .gnav-banner > li > a:hover > img {
    opacity: 0.7;
  }
}

@media screen and (min-width: 737px) {
  .gnav-banner > li > a:active > img,
  .gnav-banner > li > a:focus > img,
  .gnav-banner > li > a.touch-default > img {
    opacity: 1;
  }
}

.gnav-banner > li:first-child {
  border-left: none;
}

@media screen and (max-width: 736px) {
  .gnav-banner > li:first-child {
    padding-top: 0;
  }
}

.gt-ie10 .gnav-item > a {
  padding: 16px 15px 8px;
}

@media screen and (min-width: 737px) {
  .gt-ie10 .gnav-inner.js-l-global-nav-thin .gnav-item > a {
    padding: 10px 15px 4px;
  }
}

.gnav-cover {
  position: fixed;
  display: none;
  top: 0;
  right: 300px;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_gnav_cover_sp.png);
  z-index: 90;
}

/* ボタン 自由に編集OK */
.gnav-button-pc {
  display: block;
}

@media screen and (max-width: 736px) {
  .gnav-button-pc {
    display: none;
  }
}

.gnav-button-sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .gnav-button-sp {
    display: block;
  }
}

.gnav-button-pc,
.gnav-button-sp {
  position: absolute;
  z-index: 150;
  top: 0;
  right: 15px;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  .gnav-button-pc,
  .gnav-button-sp {
    position: fixed;
    top: 0;
    right: 0;
    border-top: none;
    border-right: none;
    width: 45px;
    height: 45px;
  }
}

.gnav-button-pc:before,
.gnav-button-sp:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  margin-top: -2px;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.gnav-button-pc > span,
.gnav-button-sp > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -15px;
  width: 30px;
  height: 23px;
}

.gnav-button-pc > span:before, .gnav-button-pc > span:after,
.gnav-button-sp > span:before,
.gnav-button-sp > span:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  width: 30px;
  height: 3px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.gnav-button-pc > span:before,
.gnav-button-sp > span:before {
  top: -9px;
}

.gnav-button-pc > span:after,
.gnav-button-sp > span:after {
  top: 9px;
}

.gnav-button-pc.is-show:before, .gnav-button-pc.is-toggle-button-active:before,
.gnav-button-sp.is-show:before,
.gnav-button-sp.is-toggle-button-active:before {
  display: none;
}

.gnav-button-pc.is-show > span:before, .gnav-button-pc.is-toggle-button-active > span:before,
.gnav-button-sp.is-show > span:before,
.gnav-button-sp.is-toggle-button-active > span:before {
  top: 0 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gnav-button-pc.is-show > span:after, .gnav-button-pc.is-toggle-button-active > span:after,
.gnav-button-sp.is-show > span:after,
.gnav-button-sp.is-toggle-button-active > span:after {
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 737px) {
  .gnav-button-pc.is-show:hover > span:before, .gnav-button-pc.is-toggle-button-active:hover > span:before,
  .gnav-button-sp.is-show:hover > span:before,
  .gnav-button-sp.is-toggle-button-active:hover > span:before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .gnav-button-pc.is-show:hover > span:after, .gnav-button-pc.is-toggle-button-active:hover > span:after,
  .gnav-button-sp.is-show:hover > span:after,
  .gnav-button-sp.is-toggle-button-active:hover > span:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@media screen and (min-width: 737px) {
  .gnav-button-pc.is-show.touch-default > span:before, .gnav-button-pc.is-toggle-button-active.touch-default > span:before,
  .gnav-button-sp.is-show.touch-default > span:before,
  .gnav-button-sp.is-toggle-button-active.touch-default > span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .gnav-button-pc.is-show.touch-default > span:after, .gnav-button-pc.is-toggle-button-active.touch-default > span:after,
  .gnav-button-sp.is-show.touch-default > span:after,
  .gnav-button-sp.is-toggle-button-active.touch-default > span:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (min-width: 737px) {
  .gnav-button-pc:hover > span:before,
  .gnav-button-sp:hover > span:before {
    top: -12px;
  }
  .gnav-button-pc:hover > span:after,
  .gnav-button-sp:hover > span:after {
    top: 12px;
  }
}

@media screen and (min-width: 737px) {
  .gnav-button-pc.touch-default > span:before,
  .gnav-button-sp.touch-default > span:before {
    top: -9px;
  }
  .gnav-button-pc.touch-default > span:after,
  .gnav-button-sp.touch-default > span:after {
    top: 9px;
  }
}

/**
 * Title Style
 */
/**=========================================
* m-title-underline
* センター揃えセクションタイトル
=========================================*/
.m-title-lv1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 0 -9.6px;
  padding: 0;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .m-title-lv1 {
    margin: 0 15px -5px;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

.m-title-lv1 .small {
  font-size: 2.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .m-title-lv1 .small {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.m-title-lv1.text-large {
  margin: -12.8px 0;
  font-size: 6.4rem;
}

@media screen and (max-width: 736px) {
  .m-title-lv1.text-large {
    margin: -7.2px 0;
    font-size: 3.6rem;
    line-height: 1.4;
  }
}

.m-title-lv1.text-large .small {
  font-size: 4.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .m-title-lv1.text-large .small {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

.m-title-lv1.text-middle {
  margin: -7.2px 0;
  font-size: 4rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .m-title-lv1.text-middle {
    margin: -2.8px 0;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.m-title-lv1.text-small {
  margin: -7.2px 0;
  font-size: 2.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .m-title-lv1.text-small {
    margin: -2.8px 0;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 736px) {
  .m-title-lv1.ma-lr0-sp {
    margin-right: 0;
    margin-left: 0;
  }
}

.is-ie .m-title-lv1.text-large {
  margin-top: 0;
  padding-top: 0;
}

.is-ie .m-title-lv1.text-small {
  margin-top: 0;
}

/**=========================================
* m-title-underline
* 下線タイトル（hired, taxiのphotoセクション見出しで使用中）
=========================================*/
.m-title-underline {
  margin: -8px 0 0;
  border-bottom: 1px solid #c6c6c7;
  padding: 0 0 22px 0;
  font-size: 2.8rem;
  line-height: 1.57143;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .m-title-underline {
    margin: -4px 0 0;
    padding: 0 0 20px 0;
    font-size: 1.7rem;
    line-height: 1.47059;
  }
}

.m-title-underline:first-child {
  padding-top: 2px;
}

@media screen and (max-width: 736px) {
  .m-title-underline:first-child {
    padding-top: 0;
  }
}

.m-title-underline.green {
  border-bottom-color: #4ac83d;
  padding-bottom: 15px;
}

@media screen and (max-width: 736px) {
  .m-title-underline.ma-lr-sp {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/**=========================================
* m-title-green
* 緑色　左線タイトル
=========================================*/
.m-title-green {
  position: relative;
  margin: 21px 0 -9px;
  padding-left: 12px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  color: #4ac83d;
}

@media screen and (max-width: 736px) {
  .m-title-green {
    margin: 13px 0 -7px;
    padding-left: 8px;
    font-size: 1.4rem;
  }
}

.m-title-green:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  bottom: 9px;
  background-color: #4ac83d;
  width: 5px;
}

@media screen and (max-width: 736px) {
  .m-title-green:before {
    top: 7px;
    bottom: 7px;
    width: 3px;
  }
}

.m-title-green:first-child {
  margin-top: -9px;
  padding-top: 2px;
}

@media screen and (max-width: 736px) {
  .m-title-green:first-child {
    margin-top: -7px;
    padding-top: 0;
  }
}

.m-title-green--table {
  margin: 26px 0 -4px;
  padding-left: 12px;
  font-size: 2rem;
  line-height: 1.4;
  color: #4ac83d;
}

@media screen and (max-width: 736px) {
  .m-title-green--table {
    margin: 13px 0 -7px;
    padding-left: 8px;
    font-size: 1.4rem;
  }
}

.m-title-green--table:before {
  top: 4px;
  left: 0;
  bottom: 4px;
}

.m-title-green--table:first-child {
  margin-top: -4px;
}

@media screen and (max-width: 736px) {
  .m-title-green--table:first-child {
    margin-top: -4px;
  }
}

/**=========================================
* m-page-header
* 写真背景の網掛けタイトル
=========================================*/
.m-page-header {
  background-repeat: repeat, no-repeat;
  background-position: center top, center top;
  background-size: 4px 4px, cover;
  padding-top: 185px;
  padding-bottom: 115px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-page-header {
    background-size: 2px 2px, cover;
    padding: 72px 15px 30px;
    min-height: 140px;
    height: inherit;
  }
}

.m-page-header--hired {
  background-image: url(../img/common/bg_dot.png), url(../img/hired/index/page_ttl_bg.jpg);
}

.m-page-header--taxi {
  background-image: url(../img/common/bg_dot.png), url(../img/taxi/index/page_ttl_bg.jpg);
}

@media screen and (min-width: 737px) {
  html:not(.is-ipad) .m-page-header--taxi {
    background-attachment: fixed;
  }
}

@media screen and (max-width: 736px) {
  .m-page-header--taxi {
    background-image: url(../img/common/bg_dot.png), url(../img/taxi/index/page_ttl_bg_sp.jpg);
    background-position: center top, center top;
  }
}

.m-page-header--setumei {
  background-image: url(../img/common/bg_dot.png), url(../img/taxi/setumei/page_ttl_bg.jpg);
  background-position: center top, center bottom;
}

.m-page-header--generalwork-bosyu {
  background-image: url(../img/common/bg_dot.png), url(../img/generalwork/bosyu/page_ttl_bg.jpg);
}

.m-page-header--generalwork-shinsotsu {
  background-image: url(../img/common/bg_dot.png), url(../img/generalwork/shinsotsu/page_ttl_bg.jpg);
}

.m-page-header--taxi-qa {
  background-image: url(../img/common/bg_dot.png), url(../img/taxi/qa/page_ttl_bg.jpg);
}

.m-page-header--ginza {
  background-image: url(../img/common/bg_dot.png), url(../img/ginza/index/page_ttl_bg.jpg);
  background-position: center top, center bottom;
}

.m-page-header--mechanic {
  background-image: url(../img/common/bg_dot.png), url(../img/mechanic/index/page_ttl_bg.jpg);
  background-position: center top, center bottom;
}

.m-page-header--shain {
  background-image: url(../img/common/bg_dot.png), url(../img/shain/page_ttl_bg.jpg);
  background-position: center top, center bottom;
}

.m-page-header--woman {
  background-image: url(../img/common/bg_dot.png), url(../img/woman/page_ttl_bg.jpg);
}

@media screen and (max-width: 736px) {
  .m-page-header--woman {
    background-image: url(../img/common/bg_dot.png), url(../img/woman/page_ttl_bg_sp.jpg);
  }
}

.m-page-header--welfare {
  background-image: url(../img/common/bg_dot.png), url(../img/welfare/page_ttl_bg.jpg);
}

@media screen and (max-width: 736px) {
  .m-page-header--welfare {
    background-image: url(../img/common/bg_dot.png), url(../img/welfare/page_ttl_bg_sp.jpg);
  }
}

.m-page-header--ryo {
  background-image: url(../img/common/bg_dot.png), url(../img/ryo/page_ttl_bg.jpg);
}

@media screen and (max-width: 736px) {
  .m-page-header--ryo {
    padding: 75px 15px 35px;
    background-image: url(../img/common/bg_dot.png), url(../img/ryo/page_ttl_bg_sp.jpg);
    background-position: center top, center bottom;
  }
}

.m-page-header .logo {
  margin-top: -25px;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-page-header .logo {
    margin: 0 auto 10px;
    width: 63px;
  }
}

.m-page-title {
  margin: -8px auto;
  width: 1100px;
  text-shadow: 0px 2px 4px black;
  font-size: 8rem;
  line-height: 1.2;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .m-page-title {
    width: 100%;
    font-size: 4rem;
    line-height: 1.2;
  }
}

.m-page-title:first-child {
  padding-top: 2px;
}

@media screen and (max-width: 736px) {
  .m-page-title:first-child {
    padding-top: 0;
  }
}

.m-page-title .text-1 {
  font-size: 2.8rem;
  line-height: 1.4;
  display: block;
  -webkit-font-smoothing: auto;
}

@media screen and (max-width: 736px) {
  .m-page-title .text-1 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 736px) {
  .m-page-title--ryo {
    font-size: 3.0rem;
  }
}

/**
 * Text Style
 */
.font-feature {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/**=========================================
* color
* 色設定
=========================================*/
.text-green {
  color: #4ac83d;
  font-weight: bold;
}

.text-red,
.need {
  color: #4ac83d;
  font-weight: bold;
}

.text-red-2 {
  color: #c9191d;
}

/**=========================================
* m-text-lv1
* 本文テキスト（大きめ topで使用）
=========================================*/
.m-text-lv1 {
  margin: 21px 0 -9px;
  padding: 0;
  font-size: 2rem;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .m-text-lv1 {
    margin: 12.2px 0 -2.8px;
    font-size: 1.4rem;
  }
}

.m-text-lv1:first-child {
  margin-top: -9px;
}

@media screen and (max-width: 736px) {
  .m-text-lv1:first-child {
    margin-top: -6.3px;
  }
}

/**=========================================
* m-text-lv2
* 本文テキスト（小さめ）
=========================================*/
.m-text-lv2 {
  margin: 21px 0 -9px;
  padding: 0;
  font-size: 1.8rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .m-text-lv2 {
    margin: 13.5px 0 -6.5px;
    font-size: 1.4rem;
    line-height: 1.92857;
  }
}

.m-text-lv2:first-child {
  margin-top: -9px;
}

@media screen and (max-width: 736px) {
  .m-text-lv2:first-child {
    margin-top: -6.5px;
  }
}

/**=========================================
* m-table-text
* 主にテーブル用のテキスト（line-heightと間隔小さめ）
=========================================*/
.m-text-lv3 {
  margin: 14px 0 -6px;
  padding: 0;
  font-size: 2rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .m-text-lv3 {
    margin: 12.2px 0 -2.8px;
    font-size: 1.4rem;
  }
}

.m-text-lv3:first-child {
  margin-top: -6px;
}

@media screen and (max-width: 736px) {
  .m-text-lv3:first-child {
    margin-top: -4.2px;
  }
}

/**
 * Table Style
 */
/**=========================================
* m-table
* 2カラムのtable（thの背景グレー）
=========================================*/
.m-table {
  table-layout: fixed;
  border-spacing: 0;
  margin-top: 60px;
  width: 100%;
}

.m-table:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .m-table > tbody > tr {
    display: block;
  }
}

.m-table > tbody > tr:last-child > th,
.m-table > tbody > tr:last-child > td {
  border-bottom: 1px solid #c6c6c7;
}

@media screen and (max-width: 736px) {
  .m-table > tbody > tr:last-child > th,
  .m-table > tbody > tr:last-child > td {
    border-bottom: none;
  }
}

@media screen and (max-width: 736px) {
  .m-table > tbody > tr:last-child > th:last-child,
  .m-table > tbody > tr:last-child > td:last-child {
    border-bottom: 1px solid #c6c6c7;
  }
}

.m-table > tbody > tr > th,
.m-table > tbody > tr > td {
  border-top: 1px solid #c6c6c7;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .m-table > tbody > tr > th,
  .m-table > tbody > tr > td {
    display: block;
    font-size: 1.4rem;
  }
}

.m-table > tbody > tr > th {
  background-color: #e8eced;
  padding: 15px 20px;
  width: 145px;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .m-table > tbody > tr > th {
    padding: 2.5px 20px;
    width: 100%;
  }
}

.m-table > tbody > tr > td {
  padding: 15px 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .m-table > tbody > tr > td {
    padding: 15px 0;
    width: 100%;
  }
}

.m-table.align-left > tbody > tr > th {
  text-align: left;
}

.m-table-title-1 {
  position: relative;
  margin: 15px 0 -5px;
  padding: 0 0 0 24px;
  font-size: 2rem;
  line-height: 1.5;
  color: #48aed5;
}

@media screen and (max-width: 736px) {
  .m-table-title-1 {
    margin: 11.5px 0 -3.5px;
    padding-left: 18px;
    font-size: 1.4rem;
  }
}

.m-table-title-1:first-child {
  margin-top: -5px;
}

@media screen and (max-width: 736px) {
  .m-table-title-1:first-child {
    margin-top: -3.5px;
  }
}

.m-table-title-1 > .small {
  font-weight: normal;
}

.m-table-title-1 .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.m-table-title-2 {
  margin: 15px 0 -5px;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .m-table-title-2 {
    margin: 11.5px 0 -3.5px;
    font-size: 1.4rem;
  }
}

.m-table-title-2:first-child {
  margin-top: -5px;
}

@media screen and (max-width: 736px) {
  .m-table-title-2:first-child {
    margin-top: -3.5px;
    font-size: 1.4rem;
  }
}

.m-table-title-2 > .small {
  font-weight: normal;
}

.m-table-text {
  margin: 5px 0 -5px;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .m-table-text {
    margin: 6.5px 0 -3.5px;
    font-size: 1.4rem;
  }
}

.m-table-text:first-child {
  margin-top: -5px;
}

@media screen and (max-width: 736px) {
  .m-table-text:first-child {
    margin-top: -3.5px;
  }
}

.m-table-lv2 {
  border-spacing: 0;
  margin-top: 10px;
}

@media screen and (max-width: 736px) {
  .m-table-lv2 {
    display: block;
  }
}

.m-table-lv2:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .m-table-lv2 > tbody > tr {
    display: block;
  }
}

.m-table-lv2 > tbody > tr:first-child > th,
.m-table-lv2 > tbody > tr:first-child > td {
  padding-top: 0;
}

@media screen and (max-width: 736px) {
  .m-table-lv2 > tbody > tr:first-child > th,
  .m-table-lv2 > tbody > tr:first-child > td {
    margin-top: 0;
  }
}

.m-table-lv2 > tbody > tr:first-child > th > p,
.m-table-lv2 > tbody > tr:first-child > td > p {
  margin-top: 0;
}

.m-table-lv2 > tbody > tr:first-child > th .icon-colon:before,
.m-table-lv2 > tbody > tr:first-child > td .icon-colon:before {
  top: 0;
}

.m-table-lv2 > tbody > tr > th p:first-child,
.m-table-lv2 > tbody > tr > th h3:first-child,
.m-table-lv2 > tbody > tr > th h4:first-child,
.m-table-lv2 > tbody > tr > th h5:first-child,
.m-table-lv2 > tbody > tr > th ul:first-child,
.m-table-lv2 > tbody > tr > td p:first-child,
.m-table-lv2 > tbody > tr > td h3:first-child,
.m-table-lv2 > tbody > tr > td h4:first-child,
.m-table-lv2 > tbody > tr > td h5:first-child,
.m-table-lv2 > tbody > tr > td ul:first-child {
  margin-top: 0;
}

.m-table-lv2 > tbody > tr > th p:last-child,
.m-table-lv2 > tbody > tr > th h3:last-child,
.m-table-lv2 > tbody > tr > th h4:last-child,
.m-table-lv2 > tbody > tr > th h5:last-child,
.m-table-lv2 > tbody > tr > th ul:last-child,
.m-table-lv2 > tbody > tr > td p:last-child,
.m-table-lv2 > tbody > tr > td h3:last-child,
.m-table-lv2 > tbody > tr > td h4:last-child,
.m-table-lv2 > tbody > tr > td h5:last-child,
.m-table-lv2 > tbody > tr > td ul:last-child {
  margin-bottom: 0;
}

.m-table-lv2 > tbody > tr > th {
  position: relative;
  padding: 5px 20px 0 0;
  max-width: 400px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .m-table-lv2 > tbody > tr > th {
    display: block;
    margin-top: 5px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    max-width: inherit;
    font-weight: bold;
  }
}

.m-table-lv2 > tbody > tr > th .icon {
  margin-right: 3px;
}

.m-table-lv2 > tbody > tr > th .icon-colon:before {
  display: block;
  content: "：";
  position: absolute;
  right: -1px;
  top: 5px;
}

@media screen and (max-width: 736px) {
  .m-table-lv2 > tbody > tr > th .icon-colon:before {
    display: none;
  }
}

.m-table-lv2 > tbody > tr > td {
  padding-top: 5px;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .m-table-lv2 > tbody > tr > td {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.m-table-lv3 {
  table-layout: fixed;
  border-spacing: 0;
  margin-top: 60px;
  width: 100%;
}

.m-table-lv3:first-child {
  margin-top: 0;
}

.m-table-lv3 .w70 {
  width: 70px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-table-lv3 .w70 {
    width: 60px;
  }
}

.m-table-lv3 .w155 {
  width: 155px;
}

@media screen and (max-width: 736px) {
  .m-table-lv3 .w155 {
    width: 120px;
  }
}

@media screen and (max-width: 736px) {
  .m-table-lv3 > tbody > tr {
    width: 100%;
  }
}

.m-table-lv3 > tbody > tr:first-child > th:first-child,
.m-table-lv3 > tbody > tr:first-child > td:first-child {
  border-left: none;
}

@media screen and (max-width: 736px) {
  .m-table-lv3 > tbody > tr:first-child > th:first-child,
  .m-table-lv3 > tbody > tr:first-child > td:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 736px) {
  .m-table-lv3 > tbody > tr:first-child > td:nth-child(2) {
    width: 160px;
  }
}

.m-table-lv3 > tbody > tr:last-child > th,
.m-table-lv3 > tbody > tr:last-child > td {
  border-bottom: 1px solid #c6c6c7;
}

@media screen and (max-width: 736px) {
  .m-table-lv3 > tbody > tr:last-child > th,
  .m-table-lv3 > tbody > tr:last-child > td {
    border-bottom: none;
  }
}

@media screen and (max-width: 736px) {
  .m-table-lv3 > tbody > tr:last-child > th:last-child,
  .m-table-lv3 > tbody > tr:last-child > td:last-child {
    border-bottom: 1px solid #c6c6c7;
  }
}

.m-table-lv3 > tbody > tr > th,
.m-table-lv3 > tbody > tr > td {
  border-top: 1px solid #c6c6c7;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .m-table-lv3 > tbody > tr > th,
  .m-table-lv3 > tbody > tr > td {
    font-size: 1.4rem;
  }
}

.m-table-lv3 > tbody > tr > th {
  background-color: #e8eced;
  padding: 15px 20px;
  width: 130px;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-table-lv3 > tbody > tr > th {
    padding: 2.5px 10px;
    width: 90px;
  }
}

.m-table-lv3 > tbody > tr > td {
  border-left: 1px solid #c6c6c7;
  padding: 15px 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .m-table-lv3 > tbody > tr > td {
    padding: 10px;
  }
}

/*==================================================
table form
==================================================*/
.m-table--form > tbody > tr > th {
  text-align: left;
}

@media screen and (max-width: 736px) {
  .m-table--form > tbody > tr > th {
    text-align: center;
  }
}

.m-table--form .ex-text {
  background-color: #fff;
  border-top: 2px solid #c6c6c7;
  padding: 30px 10px;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .m-table--form .ex-text {
    padding: 20px 10px;
  }
}

.m-table--form .ex-text > p {
  line-height: 1.3;
}

@media screen and (max-width: 736px) {
  .m-table--form .data-item {
    margin-top: 10px;
  }
}

@media screen and (max-width: 736px) {
  .m-table--form .data-item:first-child {
    margin-top: 0;
  }
}

.m-table--form .data-item label {
  position: relative;
  display: inline-block;
  padding: 5px 0;
}

@media screen and (max-width: 736px) {
  .m-table--form .data-item label {
    display: block;
    background-color: #f1f1f1;
    padding: 10px 15px;
  }
}

.m-table--form .data-item label input {
  position: relative;
  top: -2px;
}

@media screen and (max-width: 736px) {
  .m-table--form .data-item label input {
    top: 2px;
  }
}

/*==================================================
responsive tables
==================================================*/
.js-table-wrap {
  position: relative;
}

.js-table-wrap > .table-wrap-inner {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 1px 0;
  overflow: auto;
}

.js-table-wrap > .table-wrap-inner::-webkit-scrollbar {
  height: 5px;
}

.js-table-wrap > .table-wrap-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.js-table-wrap > .table-wrap-inner::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

.table-wrap table {
  margin-bottom: 0 !important;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot");
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
  content: "\f115";
}

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button:before {
  content: "\f11e";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
  transition: none;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  -ms-flex: auto;
  flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.video-js .vjs-progress-holder {
  -ms-flex: auto;
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-js .vjs-mouse-display:before {
  display: none;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.333333333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
}

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.vjs-tooltip-progress-bar {
  visibility: hidden;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-volume-control {
  width: 5em;
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-time-control {
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
  -ms-flex: none;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -ms-flex: none;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -ms-flex: auto;
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none;
}

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none;
}

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right;
}

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

.vjs-caption-settings label > input {
  margin-right: 10px;
}

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em;
}

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}

/**
* Block Style
*
* l-content-wrap
* icon
* m-anchor-content
* m-bg
* m-section
* m-section-photo
* m-contact
* m-contact--jinji
* m-button
* m-list--icon
* m-link-list--inline
* m-case
* m-recruit-link
* m-tokuten
* m-voice
* m-banner
* video
* m-link-blank
*
**/
/**=========================================
* l-content-wrap (.gnav用)
=========================================*/
.l-content-wrap {
  position: relative;
  z-index: 5;
  background-color: #fff;
  width: 100%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 736px) {
  .l-content-wrap {
    padding-top: 0;
  }
}

.l-content-wrap.is-show {
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
}

.l-content-wrap.is-show:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: 4px 0 2px -2px rgba(0, 0, 0, 0.2);
}

/**=========================================
* icon
=========================================*/
.icon-blank-2 {
  display: block;
  background: url(../img/common/icon_blank_2.png) no-repeat;
  background-size: cover;
  width: 13px;
  height: 12px;
}

.ico-blank {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -8px;
  font-size: 1.1rem;
  line-height: 1;
}

.icon-arrow--down:before, .icon-arrow--down:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 9px;
  height: 2px;
}

.icon-arrow--down:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 13px;
}

.icon-arrow--down:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 18px;
}

.is-toggle-button-active .icon-arrow--down:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-toggle-button-active .icon-arrow--down:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.icon-arrow--right:before, .icon-arrow--right:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 2px;
}

.icon-arrow--right:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -4px;
}

.icon-arrow--right:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 2px;
}

.slide-arrow--right:before, .slide-arrow--right:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  background-color: #666;
  width: 18px;
  height: 1px;
}

.slide-arrow--right:before {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  margin-top: -8px;
}

.slide-arrow--right:after {
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  margin-top: 7px;
}

.slide-arrow--left:before, .slide-arrow--left:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  background-color: #666;
  width: 18px;
  height: 1px;
}

.slide-arrow--left:before {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  margin-top: 7px;
}

.slide-arrow--left:after {
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  margin-top: -8px;
}

/**=========================================
* m-anchor-content
* アンカーの飛び先設定
=========================================*/
.m-anchor-content {
  display: block;
  margin-top: -75px;
  padding-top: 75px;
}

@media screen and (max-width: 736px) {
  .m-anchor-content {
    margin-top: -45px;
    padding-top: 45px;
  }
}

/**=========================================
* m-bg
* 背景付きコンテナ
=========================================*/
.m-bg {
  padding: 80px 0;
}

@media screen and (max-width: 736px) {
  .m-bg {
    padding: 30px 0;
  }
}

.m-bg--gray {
  background-color: #e3e3e4;
}

.m-bg--lightgray {
  background-color: #edf0f1;
}

.m-bg--green-top {
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: auto, auto;
  background-image: url(../img/common/bg_green_lt.png), url(../img/common/bg_green_rt.png);
}

@media screen and (max-width: 736px) {
  .m-bg--green-top {
    background-size: 210px auto, 210px auto;
  }
}

.m-bg--green-bottom {
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  background-size: auto, auto;
  background-image: url(../img/common/bg_green_lb.png), url(../img/common/bg_green_rb.png);
}

@media screen and (max-width: 736px) {
  .m-bg--green-bottom {
    background-size: 210px auto, 210px auto;
  }
}

.m-bg--shinsotsu {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/shinsotsu_bg.jpg);
}

/**=========================================
* m-section
* セクション
=========================================*/
.m-section-lv1 {
  overflow: hidden;
  padding: 80px 0 0;
}

@media screen and (max-width: 736px) {
  .m-section-lv1 {
    padding: 30px 0 0;
  }
}

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

.m-body-lv1 {
  position: relative;
  padding-top: 50px;
}

@media screen and (max-width: 736px) {
  .m-body-lv1 {
    padding: 30px 15px 0;
  }
}

.m-body-lv1:first-child {
  padding-top: 0;
}

.m-section-lv2 {
  overflow: hidden;
  padding: 40px 0 0;
}

@media screen and (max-width: 736px) {
  .m-section-lv2 {
    padding: 20px 0 0;
  }
}

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

.m-body-lv2 {
  position: relative;
  padding-top: 20px;
}

@media screen and (max-width: 736px) {
  .m-body-lv2 {
    padding: 10px 0 0;
  }
}

.m-body-lv2:first-child {
  padding-top: 0;
}

.m-image-1 {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-image-1 {
    margin-top: 20px;
  }
}

.m-image-1:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .m-image-1 img {
    width: 100%;
  }
}

@media screen and (min-width: 737px) {
  .m-image-1 > a:hover img {
    opacity: 0.7;
  }
}

/**=========================================
* [画像] SP:w300
=========================================*/
.m-image-sp-w300 {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-image-sp-w300 {
    margin: 20px auto 0;
    max-width: 300px;
    width: 100%;
  }
}

.m-image-sp-w300:first-child {
  margin-top: 0;
}

/**=========================================
* m-section-photo
* 左右交互に写真背景のセクション
=========================================*/
@media screen and (max-width: 736px) {
  .m-section-photo-container {
    padding-bottom: 30px;
  }
}

.m-section-photo {
  background-color: #fff !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
  min-height: 580px;
}

@media screen and (max-width: 736px) {
  .m-section-photo {
    padding: 30px 0 0;
    width: 100%;
    min-height: inherit;
  }
}

.m-section-photo--toptaxi {
  background-image: url(../img/top/taxi_bg.jpg);
  background-position: center top;
}

@media screen and (max-width: 736px) {
  .m-section-photo--toptaxi {
    background-image: url(../img/top/taxi_bg_sp.jpg);
    padding: 30px 0;
  }
}

.m-section-photo--tophired {
  background-image: url(../img/top/hired_bg.jpg);
  background-position: center top;
}

@media screen and (max-width: 736px) {
  .m-section-photo--tophired {
    background-image: url(../img/top/hired_bg_sp.jpg);
    padding: 30px 0;
  }
}

.m-section-photo--hired-1 {
  background-image: url(../img/hired/index/sec01_bg.jpg);
  background-position: center top;
}

@media screen and (max-width: 736px) {
  .m-section-photo--hired-1 {
    background: none;
  }
}

.m-section-photo--hired-2 {
  background-image: url(../img/hired/index/sec02_bg.jpg);
  background-position: center top;
}

@media screen and (max-width: 736px) {
  .m-section-photo--hired-2 {
    background: none;
  }
}

.m-section-photo--generalwork-shinsotsu-1 {
  background-image: url(../img/generalwork/shinsotsu/sec01_bg.jpg);
  background-position: center top;
}

@media screen and (max-width: 736px) {
  .m-section-photo--generalwork-shinsotsu-1 {
    background: none;
  }
}

.m-section-photo--generalwork-shinsotsu-2 {
  background-image: url(../img/generalwork/shinsotsu/sec02_bg.jpg);
  background-position: center top;
}

@media screen and (max-width: 736px) {
  .m-section-photo--generalwork-shinsotsu-2 {
    background: none;
  }
}

.m-section-photo-col--left {
  margin: 0 auto;
  padding-left: 600px;
  width: 1100px;
}

@media screen and (max-width: 736px) {
  .m-section-photo-col--left {
    padding: 0 15px;
    width: 100%;
  }
}

.m-section-photo-col--right {
  margin: 0 auto;
  padding-right: 600px;
  width: 1100px;
}

@media screen and (max-width: 736px) {
  .m-section-photo-col--right {
    padding: 0 15px;
    width: 100%;
  }
}

.m-section-photo-body {
  padding: 30px 0 0;
}

@media screen and (max-width: 736px) {
  .m-section-photo-body {
    padding: 20px 0 0;
  }
}

.m-section-photo-body--top {
  padding: 50px 0 0;
}

@media screen and (max-width: 736px) {
  .m-section-photo-body--top {
    padding: 30px 0 20px;
  }
}

.m-section-photo-title--top {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: -12.8px 0;
  padding: 0;
  font-size: 6.4rem;
  line-height: 1.4;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .m-section-photo-title--top {
    margin: -7.2px 0;
    font-size: 3.6rem;
    line-height: 1.4;
    text-align: center;
  }
}

.m-section-photo-image {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-section-photo-image > img {
    width: 100%;
  }
}

/**=========================================
* m-contact
* お問合わせ
=========================================*/
.m-contact {
  background: url(../img/common/contact_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0 50px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-contact {
    padding: 30px 0;
  }
}

.m-contact-title-lv1 {
  margin: -3px 0;
  font-size: 3.6rem;
  line-height: 1.16667;
  color: #fff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px 4px #000000;
}

@media screen and (max-width: 736px) {
  .m-contact-title-lv1 {
    margin: -3px 0;
    font-size: 1.3rem;
    line-height: 1.46154;
  }
}

.m-contact-title-lv2 {
  margin: -7.8px 0;
  font-size: 2.6rem;
  line-height: 1.6;
  color: #fff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px 4px #000000;
}

@media screen and (max-width: 736px) {
  .m-contact-title-lv2 {
    margin: -3.5px 0;
    font-size: 1.2rem;
    line-height: 1.58333;
  }
}

.m-contact-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 34px 60px 0;
}

@media screen and (max-width: 736px) {
  .m-contact-row {
    display: block;
    margin: 10px 25px 0;
  }
}

.m-contact-col {
  width: 50%;
}

@media screen and (max-width: 736px) {
  .m-contact-col {
    margin-top: 10px;
    width: 100%;
  }
}

.m-contact-number > a,
.m-contact-number > span {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "游明朝", YuMincho, serif;
  display: inline-block;
  position: relative;
  margin-top: 18px;
  padding-left: 46px;
  font-size: 6rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 736px) {
  .m-contact-number > a,
  .m-contact-number > span {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 3.2rem;
  }
}

.m-contact-number > a:before,
.m-contact-number > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/common/icon_tel.png) no-repeat center center;
  background-size: cover;
  margin-top: -28px;
  width: 44px;
  height: 56px;
}

@media screen and (max-width: 736px) {
  .m-contact-number > a:before,
  .m-contact-number > span:before {
    margin-top: -14px;
    width: 21px;
    height: 28px;
  }
}

.m-contact-link {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.6);
  background-color: #4ac83d;
  margin: 0 25px 0;
  padding: 17px 0;
  font-size: 3.4rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .m-contact-link {
    margin: 10px 0 0;
    border-width: 1.5px;
    padding: 13px 10px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 737px) {
  .m-contact-link:hover {
    background-color: rgba(74, 200, 61, 0.7);
  }
}

@media screen and (min-width: 737px) {
  .m-contact-link.touch-default {
    background-color: rgba(74, 200, 61, 0.7);
  }
}

.m-contact-map-container {
  margin: 40px 85px 0;
}

@media screen and (max-width: 736px) {
  .m-contact-map-container {
    margin: 20px 25px 0;
  }
}

.m-contact-map-container--regist {
  margin: 40px 0 0;
}

@media screen and (max-width: 736px) {
  .m-contact-map-container--regist {
    margin: 20px 30px 0;
  }
}

.m-contact-map-container--regist .m-contact-map {
  margin-top: 20px;
}

.m-contact-map {
  position: relative;
  padding-bottom: 400px;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .m-contact-map {
    padding: 0 0 250px;
    width: 100%;
  }
}

.m-contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.gt-ie10 .m-contact-link {
  padding: 21px 0 13px;
}

/**=========================================
* m-contact--jinji
* 人事総務課　お問合わせ
=========================================*/
.m-contact--jinji {
  margin-top: 60px;
}

@media screen and (max-width: 736px) {
  .m-contact--jinji {
    margin-top: 30px;
  }
}

.m-contact--jinji-title {
  position: relative;
  margin: 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .m-contact--jinji-title {
    font-size: 1.8rem;
  }
}

.m-contact--jinji-title:before, .m-contact--jinji-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  width: 460px;
  height: 6px;
}

@media screen and (max-width: 736px) {
  .m-contact--jinji-title:before, .m-contact--jinji-title:after {
    width: inherit;
  }
}

.m-contact--jinji-title:before {
  left: 0;
}

@media screen and (max-width: 736px) {
  .m-contact--jinji-title:before {
    right: calc(50% + 18*3px);
  }
}

.m-contact--jinji-title:after {
  right: 0;
}

@media screen and (max-width: 736px) {
  .m-contact--jinji-title:after {
    left: calc(50% + 18*3px);
  }
}

.m-contact--jinji-body {
  margin-top: 55px;
}

@media screen and (max-width: 736px) {
  .m-contact--jinji-body {
    margin-top: 25px;
  }
}

.m-contact--jinji-number, .m-contact--jinji-mail {
  margin: 0;
  padding: 0 0 5px;
  text-align: center;
}

.m-contact--jinji-number > a,
.m-contact--jinji-number > span, .m-contact--jinji-mail > a,
.m-contact--jinji-mail > span {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "游明朝", YuMincho, serif;
  display: inline-block;
  position: relative;
  font-size: 6rem;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
  text-align: center;
  word-break: break-all;
}

@media screen and (max-width: 736px) {
  .m-contact--jinji-number > a,
  .m-contact--jinji-number > span, .m-contact--jinji-mail > a,
  .m-contact--jinji-mail > span {
    font-size: 3.2rem;
  }
}

.m-contact--jinji-number > a:before,
.m-contact--jinji-number > span:before, .m-contact--jinji-mail > a:before,
.m-contact--jinji-mail > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -28px;
  width: 44px;
  height: 56px;
}

.m-contact--jinji-number > a,
.m-contact--jinji-number > span {
  padding-left: 46px;
}

@media screen and (max-width: 736px) {
  .m-contact--jinji-number > a,
  .m-contact--jinji-number > span {
    padding-left: 25px;
  }
}

.m-contact--jinji-number > a:before,
.m-contact--jinji-number > span:before {
  background-image: url(../img/common/icon_tel_black.png);
  margin-top: -25px;
  width: 38px;
  height: 50px;
}

@media screen and (max-width: 736px) {
  .m-contact--jinji-number > a:before,
  .m-contact--jinji-number > span:before {
    top: 3px;
    margin-top: 0;
    width: 19px;
    height: 25px;
  }
}

.m-contact--jinji-mail {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 736px) {
  .m-contact--jinji-mail {
    margin-top: 10px;
  }
}

.m-contact--jinji-mail > a,
.m-contact--jinji-mail > span {
  padding-left: 64px;
}

@media screen and (max-width: 736px) {
  .m-contact--jinji-mail > a,
  .m-contact--jinji-mail > span {
    padding-left: 32px;
  }
}

.m-contact--jinji-mail > a:before,
.m-contact--jinji-mail > span:before {
  background-image: url(../img/common/icon_mail_black.png);
  margin-top: -12px;
  width: 56px;
  height: 35px;
}

@media screen and (max-width: 736px) {
  .m-contact--jinji-mail > a:before,
  .m-contact--jinji-mail > span:before {
    top: 10px;
    margin-top: 0;
    width: 28px;
    height: 18px;
  }
}

/**=========================================
* m-button
* ボタン
* --blue-border　青枠
=========================================*/
.m-button {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin: 0 auto;
  padding: 17px 20px;
  width: 100%;
  text-decoration: none;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 736px) {
  .m-button {
    display: block;
    border-width: 2px;
    padding: 20px 10px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.53333;
  }
}

.m-button--key {
  background-color: #4ac83d;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.2;
}

@media screen and (max-width: 736px) {
  .m-button--key {
    display: block;
    font-size: 2.6rem;
  }
}

.m-button--blue-border {
  border: 4px solid #48aed5;
  color: #48aed5;
}

@media screen and (max-width: 736px) {
  .m-button--blue-border {
    border-width: 2px;
  }
}

@media screen and (min-width: 737px) {
  .m-button--blue-border:hover {
    background-color: rgba(72, 174, 213, 0.15);
  }
}

.m-button.font-small {
  font-size: 2.2rem;
}

@media screen and (max-width: 736px) {
  .m-button.font-small {
    padding: 15px;
    font-size: 1.5rem;
  }
}

/**=========================================
* m-list--icon
* アイコン付きリスト
=========================================*/
.m-list--icon {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

.m-list--icon:first-child {
  margin-top: -5px;
}

@media screen and (max-width: 736px) {
  .m-list--icon:first-child {
    margin-top: -6.5px;
  }
}

.m-list--icon:last-child {
  margin-bottom: -5px;
}

@media screen and (max-width: 736px) {
  .m-list--icon:last-child {
    margin-bottom: -6.5px;
  }
}

.m-list--icon .m-list--icon {
  margin-top: 5px;
}

.m-list--icon > li {
  position: relative;
  margin: 5px 0 -5px;
  padding-left: 24px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .m-list--icon > li {
    margin: 3.5px 0 -6.5px;
    padding-left: 18px;
    font-size: 1.4rem;
    line-height: 1.92857;
  }
}

.m-list--icon > li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .m-list--icon > li:first-child {
    margin-top: 0;
  }
}

.m-list--icon > li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .m-list--icon > li:last-child {
    margin-bottom: 0;
  }
}

.m-list--icon > li .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.m-list--icon > li.icon-w3 {
  padding-left: 36px;
}

@media screen and (max-width: 736px) {
  .m-list--icon > li.icon-w3 {
    padding-left: 24px;
  }
}

.m-list--icon.text-18 {
  font-size: 1.8rem;
}

@media screen and (max-width: 736px) {
  .m-list--icon.text-18 {
    font-size: 1.4rem;
  }
}

.m-list--icon.text-small > li {
  margin-top: 2px;
  padding-left: 18px;
  font-size: 1.4rem;
  line-height: 2.14286;
}

@media screen and (max-width: 736px) {
  .m-list--icon.text-small > li {
    margin-top: 6.19231px;
    padding-left: 14px;
    font-size: 1.1rem;
    line-height: 1.69231;
  }
}

.m-list--icon.text-small > li.icon-w3 {
  padding-left: 42px;
}

@media screen and (max-width: 736px) {
  .m-list--icon.text-small > li.icon-w3 {
    padding-left: 32px;
  }
}

/**=========================================
* m-link-list--inline
* リンクリスト（インライン）
=========================================*/
.m-link-list--inline {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-link-list--inline {
    margin-top: 0;
    padding: 0;
  }
}

.m-link-list--inline > li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 36px;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .m-link-list--inline > li {
    padding: 0 0 0 25px;
  }
}

.m-link-list--inline > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 20px;
  border-top: 5px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #527bbe;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .m-link-list--inline > li:before {
    top: 4.6px;
    left: 15px;
    border-top: 5px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #527bbe;
  }
}

.m-link-list--inline > li > a {
  color: #527bbe;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .m-link-list--inline > li > a {
    padding: 5px 0;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 737px) {
  .m-link-list--inline > li > a:hover {
    text-decoration: none;
  }
}

.m-link-list--inline > li.no-link {
  padding: 0 0 0 23px;
}

@media screen and (max-width: 736px) {
  .m-link-list--inline > li.no-link {
    padding: 0 0 0 15px;
  }
}

.m-link-list--inline > li.no-link:before {
  display: none;
}

.m-link-list--inline > li.no-link > span {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .m-link-list--inline > li.no-link > span {
    padding: 5px 0;
    font-size: 1.2rem;
  }
}

/**=========================================
* m-case
* 働く人（スライド）
=========================================*/
.m-case-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #4ac83d;
  padding: 5px;
  min-width: 80px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-case-icon {
    min-width: 55px;
    font-size: 1.3rem;
  }
}

.m-case-slide-control {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  margin-top: -28px;
  width: 80px;
  height: 116px;
}

@media screen and (max-width: 736px) {
  .m-case-slide-control {
    margin-top: -43px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.m-case-slide-control.prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}

@media screen and (max-width: 736px) {
  .m-case-slide-control.prev {
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.m-case-slide-control.next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 736px) {
  .m-case-slide-control.next {
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.m-case-body {
  overflow: hidden;
  margin: 0 -15px;
  height: 280px;
}

@media screen and (max-width: 736px) {
  .m-case-body {
    overflow: hidden;
    margin: 0;
    padding: 0 50px;
    height: inherit;
  }
}

.m-case-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.m-case-item {
  float: left;
  margin: 0;
  padding: 0 15px;
  width: 376px;
  height: 280px;
}

@media screen and (max-width: 736px) {
  .m-case-item {
    padding: 0 10px;
    width: 223px;
    height: inherit;
  }
}

.m-case-item > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  height: inherit;
}

.m-case-item-image {
  position: relative;
}

.m-case-item-image:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 736px) {
  .m-case-item-image:before {
    background-color: rgba(0, 0, 0, 0.15);
  }
}

.m-case-item-image > img {
  width: 100%;
}

@media screen and (min-width: 737px) {
  .m-case-item > a:hover .m-case-item-image:before {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 737px) {
  .m-case-item a.touch-default .m-case-item-image:before {
    background-color: rgba(0, 0, 0, 0.25);
  }
}

.m-case-item-title {
  position: absolute;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-case-item-title .case {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  border-bottom: 1px solid #fff;
  padding: 0 0 4px 14px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .m-case-item-title .case {
    padding: 0 0 2px 10px;
    font-size: 1rem;
  }
}

.m-case-item-title .inner {
  display: table;
  width: 100%;
}

.m-case-item-title .number {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "游明朝", YuMincho, serif;
  display: table-cell;
  padding: 4px 0 4px 10px;
  width: 84px;
  vertical-align: middle;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 736px) {
  .m-case-item-title .number {
    padding: 2px 0 2px 5px;
    width: 40px;
    font-size: 3.5rem;
  }
}

.m-case-item-title .text {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "游明朝", YuMincho, serif;
  display: table-cell;
  padding: 4px 0 4px 10px;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.38889;
}

@media screen and (max-width: 736px) {
  .m-case-item-title .text {
    padding: 2px 0 2px 5px;
    font-size: 1rem;
  }
}

.gt-ie10 .m-case-item-title .case {
  padding-bottom: 2px;
}

/**=========================================
* m-recruit-link
* 3カラムの採用リンク
=========================================*/
.m-recruit-link {
  overflow: hidden;
  padding: 60px 0;
}

@media screen and (max-width: 736px) {
  .m-recruit-link {
    padding: 30px 15px;
  }
}

.m-recruit-link-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.m-recruit-link-body:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 736px) {
  .m-recruit-link-body {
    margin: 0;
  }
}

.m-recruit-link-col {
  padding: 0 10px;
  width: 33.3%;
}

@media screen and (max-width: 736px) {
  .m-recruit-link-col {
    padding: 15px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .m-recruit-link-col:first-child {
    padding: 0;
  }
}

.m-recruit-link-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-position: center top;
  background-size: cover;
  padding: 0 5px;
  height: 246px;
  text-align: right;
}

@media screen and (max-width: 736px) {
  .m-recruit-link-item {
    padding: 0;
    height: 170px;
  }
}

@media screen and (min-width: 737px) {
  .m-recruit-link-item:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 737px) {
  .m-recruit-link-item.touch-default {
    opacity: 1;
  }
}

.m-recruit-link-item--career {
  background-image: url(../img/common/btn_recruit_career_bg.jpg);
}

@media screen and (max-width: 736px) {
  .m-recruit-link-item--career {
    background-image: url(../img/common/btn_recruit_career_bg_sp.jpg);
  }
}

.m-recruit-link-item--new {
  background-image: url(../img/common/btn_recruit_new_bg.jpg);
}

@media screen and (max-width: 736px) {
  .m-recruit-link-item--new {
    background-image: url(../img/common/btn_recruit_new_bg_sp.jpg);
  }
}

.m-recruit-link-item--mechanic {
  background-image: url(../img/common/btn_recruit_mechanic_bg.jpg);
}

@media screen and (max-width: 736px) {
  .m-recruit-link-item--mechanic {
    background-image: url(../img/common/btn_recruit_mechanic_bg_sp.jpg);
  }
}

@media screen and (max-width: 736px) {
  .m-recruit-link-item > img {
    width: 290px;
  }
}

/**=========================================
* m-tokuten
* 帝都自動車のポイント（taxi,hiredで使用中）
=========================================*/
.m-tokuten {
  background: #54d0f8 url(../img/common/tokuten_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding: 50px 0 0;
}

@media screen and (max-width: 736px) {
  .m-tokuten {
    background: none;
    padding-top: 0;
  }
}

@media screen and (max-width: 736px) {
  .m-tokuten-bg-sp {
    background: #54d0f8 url(../img/common/tokuten_bg_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding: 30px 0;
  }
}

.m-tokuten-title {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
  margin: -5px 0;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1.29412;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .m-tokuten-title {
    margin: -4px 0;
    padding: 0 15px;
    font-size: 1.7rem;
    line-height: 1.47059;
  }
}

.m-tokuten-body {
  padding: 40px 0 0 0;
}

@media screen and (max-width: 736px) {
  .m-tokuten-body {
    margin: 0 auto;
    padding-top: 25px;
    width: 300px;
  }
}

.m-tokuten-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -13px -10px 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 736px) {
  .m-tokuten-list {
    margin: -13px -5px 0;
  }
}

.m-tokuten-list > li {
  margin: 0;
  padding: 13px 10px 0;
  width: 372px;
}

@media screen and (max-width: 736px) {
  .m-tokuten-list > li {
    padding: 13px 5px 0;
    width: 155px;
  }
}

.m-tokuten-notice {
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 50px;
}

@media screen and (max-width: 736px) {
  .m-tokuten-notice {
    background-color: #1b2c30;
    margin-top: 0;
  }
}

.m-tokuten-notice-body {
  padding: 60px 0;
}

@media screen and (max-width: 736px) {
  .m-tokuten-notice-body {
    padding: 25px 10px;
  }
}

.m-tokuten-notice-text {
  position: relative;
  z-index: 1;
  margin: -9px 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .m-tokuten-notice-text {
    margin: -6.5px 0;
    font-size: 1.4rem;
    line-height: 1.92857;
  }
}

.m-tokuten-notice-text > strong {
  font-weight: bold;
  color: #fff;
}

.m-tokuten-notice-text > strong.blue {
  position: relative;
  background-color: #48aed5;
  margin: 0 2px;
  padding: 5px 3px;
}

@media screen and (max-width: 736px) {
  .m-tokuten-notice-text > strong.blue {
    padding: 2px 3px;
  }
}

.m-tokuten-notice-text a {
  color: #fff;
}

/**=========================================
* [shain] .m-shain-list
* 社員の声 インデックスページ一覧
=========================================*/
.shain-list {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 736px) {
  .shain-list {
    margin-top: 20px;
  }
}

.shain-list:first-child {
  margin-top: 0;
}

.shain-list-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid #c6c6c7;
  width: 100%;
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 736px) {
  .shain-list-link {
    display: block;
  }
}

.shain-list-link:hover {
  opacity: 0.7;
}

.shain-list .icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #4ac83d;
  padding: 5px;
  min-width: 80px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .shain-list .icon {
    min-width: 55px;
    font-size: 1.3rem;
  }
}

.shain-list .image {
  position: relative;
  -ms-flex-align: stretch;
      align-items: stretch;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border-right: 1px solid #c6c6c7;
  width: 346px;
  height: inherit;
}

@media screen and (max-width: 736px) {
  .shain-list .image {
    border-right: none;
    border-bottom: 1px solid #c6c6c7;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .shain-list .image img {
    width: 100%;
    max-width: inherit;
  }
}

.shain-list .image.tsuji {
  background-image: url(../img/common/case_img_tsuji.jpg);
}

@media screen and (max-width: 736px) {
  .shain-list .image.tsuji {
    background: none;
  }
}

.shain-list .image.iwagishi {
  background-image: url(../img/common/case_img_iwagishi.jpg);
}

@media screen and (max-width: 736px) {
  .shain-list .image.iwagishi {
    background: none;
  }
}

.shain-list .image.shibata {
  background-image: url(../img/common/case_img_shibata.jpg);
}

@media screen and (max-width: 736px) {
  .shain-list .image.shibata {
    background: none;
  }
}

.shain-list .image.ooyama {
  background-image: url(../img/common/case_img_ooyama.jpg);
}

@media screen and (max-width: 736px) {
  .shain-list .image.ooyama {
    background: none;
  }
}

.shain-list .image.hunyuu {
  background-image: url(../img/common/case_img_hunyuu.jpg);
}

@media screen and (max-width: 736px) {
  .shain-list .image.hunyuu {
    background: none;
  }
}

.shain-list .image.nakamura {
  background-image: url(../img/common/case_img_nakamura.jpg);
}

@media screen and (max-width: 736px) {
  .shain-list .image.nakamura {
    background: none;
  }
}

.shain-list .inner {
  -ms-flex: 1;
      flex: 1;
}

.shain-list .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0;
  padding: 15px 20px;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.3125;
}

@media screen and (max-width: 736px) {
  .shain-list .title {
    margin: 0 auto;
    padding: 7px 10px;
    width: 100%;
    font-size: 1.6rem;
  }
}

.shain-list .body {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  background-color: #edf0f1;
  margin: 0;
  border-top: 1px solid #c6c6c7;
  width: 100%;
}

.shain-list .number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #333333;
  padding: 28px 30px 18px;
  width: 138px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .shain-list .number {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    vertical-align: middle;
    border-left: none;
    padding: 20px 5px 20px;
    width: 78px;
    text-align: center;
  }
}

.shain-list .number-inner {
  text-align: center;
  width: 100%;
}

.shain-list .number .text-1 {
  display: block;
  font-size: 2rem;
  letter-spacing: 5px;
}

@media screen and (max-width: 736px) {
  .shain-list .number .text-1 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-align: center;
  }
}

.shain-list .number .text-2 {
  display: block;
  padding-top: 5px;
  font-size: 7rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .shain-list .number .text-2 {
    font-size: 3.5rem;
    text-align: center;
  }
}

.shain-list .metadata {
  display: block;
  border-left: 1px solid #c6c6c7;
  width: inherit;
  font-weight: normal;
}

.shain-list .metadata .name {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  padding: 20px 30px 18px;
  font-size: 4.6rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .shain-list .metadata .name {
    padding: 10px 14px;
    font-size: 2.7rem;
  }
}

.shain-list .metadata .profile {
  display: block;
  margin: 0;
  border-top: 1px solid #c6c6c7;
  padding: 10px 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .shain-list .metadata .profile {
    padding: 9px 14px;
    font-size: 1.2rem;
    line-height: 1.58333;
  }
}

/**=========================================
* m-voice
* 社員の声 ピックアップ
=========================================*/
.m-voice {
  overflow: hidden;
  background-color: #fff;
  margin: 20px 0 0 0;
  padding: 30px 30px 40px;
}

@media screen and (max-width: 736px) {
  .m-voice {
    padding: 20px 15px 30px;
  }
}

.m-voice:first-child {
  margin-top: 0;
}

.m-voice-category {
  display: block;
  margin-top: -8px 0 0 0;
  border-bottom: 1px solid #4ac83d;
  padding-bottom: 10px;
  width: 100%;
  color: #4ac83d;
  font-size: 2.8rem;
  line-height: 1.57143;
}

@media screen and (max-width: 736px) {
  .m-voice-category {
    font-size: 1.7rem;
    line-height: 1.47059;
  }
}

.m-voice-body {
  float: left;
  padding-top: 50px;
}

@media screen and (max-width: 736px) {
  .m-voice-body {
    float: none;
    padding-top: 20px;
  }
}

.m-voice-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: -12px 0;
  font-size: 3.2rem;
  line-height: 1.75;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .m-voice-title {
    margin: -4.26316px 0;
    font-size: 1.8rem;
    line-height: 1.47368;
  }
}

.m-voice-name {
  display: block;
  margin: 45px 0 0 0;
  font-size: 4rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .m-voice-name {
    margin: 20px 0 0;
    font-size: 2.2rem;
    line-height: 1.57143;
  }
}

.m-voice-text {
  margin: 21px 0 -9px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 736px) {
  .m-voice-text {
    margin: 14.21429px 0 -4.5px;
    font-size: 1.4rem;
    line-height: 1.64286;
  }
}

.m-voice-text:first-child {
  margin-top: -9px;
}

@media screen and (max-width: 736px) {
  .m-voice-text:first-child {
    margin-top: -5.78571px;
  }
}

.m-voice-image {
  padding-top: 50px;
  width: 395px;
}

@media screen and (max-width: 736px) {
  .m-voice-image {
    padding-top: 20px;
    width: 100%;
  }
}

.m-voice-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px -20px 0px;
}

@media screen and (max-width: 736px) {
  .m-voice-row {
    display: block;
    margin: 20px 0 0;
  }
}

.m-voice-row:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .m-voice-row:first-child {
    margin: 0;
  }
}

.m-voice-col-text {
  padding: 0 20px;
  width: 60%;
}

@media screen and (max-width: 736px) {
  .m-voice-col-text {
    padding: 20px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .m-voice-col-text:first-child {
    padding-top: 0;
  }
}

.m-voice-col-image {
  padding: 0 20px;
  text-align: right;
  width: 40%;
}

@media screen and (max-width: 736px) {
  .m-voice-col-image {
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 736px) {
  .m-voice-col-image:first-child {
    padding-top: 0;
  }
}

.m-voice-col-image > img {
  width: 100%;
}

/**=========================================
* m-banner
* バナー
=========================================*/
.m-banner {
  margin: 40px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-banner {
    margin: 20px auto 0;
  }
  .m-banner > img {
    max-width: 300px;
    width: 100%;
  }
}

/**=========================================
* video
* 動画
=========================================*/
.video-container {
  margin: 0 auto;
  max-width: 640px;
}

.video-responsive-container {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.video-responsive-container video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.video-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url(../video/teitosaiyos_thumb_cover.jpg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

/**=========================================
* m-link-blank
* 別ウィンドウリンク
=========================================*/
.m-link-blank {
  position: relative;
  padding-right: 27px;
}

@media screen and (max-width: 736px) {
  .m-link-blank {
    padding-right: 20px;
  }
}

.m-link-blank .ico-blank {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .m-link-blank .ico-blank {
    margin-top: -8px;
    font-size: 1.6rem;
  }
}

/**=========================================
* m-image-link
* 画像リンク
=========================================*/
@media screen and (min-width: 737px) {
  .m-image-link:hover {
    opacity: 0.7;
  }
}

/**=========================================
* m-sns-wiget-area
* SNSウィジェット
=========================================*/
.m-sns-wiget-area {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 0;
  padding-bottom: 60px;
  width: 1100px;
}

@media screen and (max-width: 736px) {
  .m-sns-wiget-area {
    display: block;
    margin: 0 auto;
    padding: 0 0 30px;
    width: 100%;
  }
}

.m-sns-wiget-area > .l-col-fb,
.m-sns-wiget-area > .l-col-insta {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 25px;
  width: 50%;
}

@media screen and (max-width: 736px) {
  .m-sns-wiget-area > .l-col-fb,
  .m-sns-wiget-area > .l-col-insta {
    margin: 0 auto;
    padding: 0;
    max-width: 500px;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .m-sns-wiget-area > .l-col-insta {
    margin-top: 30px;
  }
}

.m-sns-wiget-area .iframe_wrap {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .m-sns-wiget-area .iframe_wrap {
    margin: 0 auto;
    width: 100%;
  }
}

.instagram-widget-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url(../img/common/bg_instagram_widget_cover.png) no-repeat top left;
  background-size: 100%;
  margin: 0 auto;
  width: 100%;
}

.instagram-widget-cover:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* FB レスポンシブ*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  overflow: inherit !important;
  width: 100% !important;
  height: 500px !important;
}

/**=========================================
* m-alert
* 緊急告知エリア
=========================================*/
.m-alert {
  background-color: #fff;
  margin-top: 30px;
  border: 2px solid #ff0000;
  padding: 15px 20px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .m-alert {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px;
  }
}

@media screen and (max-width: 736px) {
  .top-main .m-alert {
    max-width: 290px;
  }
}

.m-alert-title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #ff0000;
}

@media screen and (max-width: 736px) {
  .m-alert-title {
    font-size: 1.6rem;
    line-height: 1.33333;
  }
}

.m-alert-text {
  margin: 3px 0 0;
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (max-width: 736px) {
  .m-alert-text {
    font-size: 1.3rem;
  }
}

/**
 * Page Style
 */
/**=========================================
* [shain] shain-image-1
* 横100% 高さ480の画像
=========================================*/
.shain-image-1 > img {
  width: 100%;
}

/**=========================================
* [shain] header
* コンテンツ背景が画像のプロフィール
=========================================*/
.shain-page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  background-repeat: repeat, no-repeat;
  background-position: center top, center center;
  background-size: 4px 4px, cover;
  padding-top: 75px;
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 736px) {
  .shain-page-header {
    display: block;
    background-size: 2px 2px, cover;
    padding: 0;
    min-height: 140px;
    height: inherit;
  }
}

.shain-page-header.tsuji {
  background-image: url(../img/common/bg_dot.png), url(../img/taxi/shain/tsuji/page_ttl_bg.jpg);
}

@media screen and (max-width: 736px) {
  .shain-page-header.tsuji {
    background: none;
  }
}

@media screen and (max-width: 736px) {
  .shain-page-header.tsuji .title {
    background-size: 2px 2px, cover;
    background-image: url(../img/common/bg_dot.png), url(../img/taxi/shain/tsuji/page_ttl_bg_sp.jpg);
  }
}

.shain-page-header.iwagishi {
  background-image: url(../img/common/bg_dot.png), url(../img/taxi/shain/iwagishi/page_ttl_bg.jpg);
}

@media screen and (max-width: 736px) {
  .shain-page-header.iwagishi {
    background: none;
  }
}

@media screen and (max-width: 736px) {
  .shain-page-header.iwagishi .title {
    background-size: 2px 2px, cover;
    background-image: url(../img/common/bg_dot.png), url(../img/taxi/shain/iwagishi/page_ttl_bg_sp.jpg);
  }
}

.shain-page-header.shibata {
  background-image: url(../img/common/bg_dot.png), url(../img/taxi/shain/shibata/page_ttl_bg.jpg);
}

@media screen and (max-width: 736px) {
  .shain-page-header.shibata {
    background: none;
  }
}

@media screen and (max-width: 736px) {
  .shain-page-header.shibata .title {
    background-size: 2px 2px, cover;
    background-image: url(../img/common/bg_dot.png), url(../img/taxi/shain/shibata/page_ttl_bg_sp.jpg);
  }
}

.shain-page-header.ooyama {
  background-image: url(../img/common/bg_dot.png), url(../img/hired/shain/ooyama/page_ttl_bg.jpg);
}

@media screen and (max-width: 736px) {
  .shain-page-header.ooyama {
    background: none;
  }
}

@media screen and (max-width: 736px) {
  .shain-page-header.ooyama .title {
    background-size: 2px 2px, cover;
    background-image: url(../img/common/bg_dot.png), url(../img/hired/shain/ooyama/page_ttl_bg_sp.jpg);
  }
}

.shain-page-header.hunyuu {
  background-image: url(../img/common/bg_dot.png), url(../img/hired/shain/hunyuu/page_ttl_bg.jpg);
}

@media screen and (max-width: 736px) {
  .shain-page-header.hunyuu {
    background: none;
  }
}

@media screen and (max-width: 736px) {
  .shain-page-header.hunyuu .title {
    background-size: 2px 2px, cover;
    background-image: url(../img/common/bg_dot.png), url(../img/hired/shain/hunyuu/page_ttl_bg_sp.jpg);
  }
}

.shain-page-header.nakamura {
  background-image: url(../img/common/bg_dot.png), url(../img/hired/shain/nakamura/page_ttl_bg.jpg);
}

@media screen and (max-width: 736px) {
  .shain-page-header.nakamura {
    background: none;
  }
}

@media screen and (max-width: 736px) {
  .shain-page-header.nakamura .title {
    background-size: 2px 2px, cover;
    background-image: url(../img/common/bg_dot.png), url(../img/hired/shain/nakamura/page_ttl_bg_sp.jpg);
  }
}

.shain-page-header .inner {
  width: 100%;
}

.shain-page-header .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: -12px auto;
  width: 1100px;
  text-shadow: 0px 0px 5px #ffffff, 0px 0 7px #ffffff;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .shain-page-header .title {
    background-repeat: repeat, no-repeat;
    background-position: center top, center center;
    text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0 5px #ffffff;
    margin: 0 auto;
    padding: 224.5px 10px 10px;
    width: 100%;
    font-size: 2.1rem;
    line-height: 1.42857;
  }
}

.shain-page-header .body {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 30px 0 0 0;
  border-top: 1px solid #fff;
  padding-left: calc((100% - 1100px)/2);
  width: 100%;
}

@media screen and (max-width: 736px) {
  .shain-page-header .body {
    background-color: #1b2c30;
    margin-top: 0;
    padding-left: 0;
  }
}

.shain-page-header .number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-left: 1px solid #fff;
  padding: 28px 30px 18px;
  width: 138px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .shain-page-header .number {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    vertical-align: middle;
    border-left: none;
    padding: 20px 5px;
    width: 78px;
  }
}

@media screen and (max-width: 736px) {
  .shain-page-header .number-inner {
    width: 100%;
  }
}

.shain-page-header .number .text-1 {
  display: block;
  font-size: 2rem;
  letter-spacing: 5px;
}

@media screen and (max-width: 736px) {
  .shain-page-header .number .text-1 {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
}

.shain-page-header .number .text-2 {
  display: block;
  padding-top: 5px;
  font-size: 7rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .shain-page-header .number .text-2 {
    font-size: 3.5rem;
  }
}

.shain-page-header .metadata {
  display: block;
  border-left: 1px solid #fff;
  width: inherit;
  color: #fff;
  font-weight: normal;
}

.shain-page-header .metadata .name {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  padding: 24px calc(100% - 1100px + 138px) 20px 30px;
  font-size: 5rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .shain-page-header .metadata .name {
    padding: 10px 14px;
    font-size: 2.7rem;
  }
}

.shain-page-header .metadata .profile {
  display: block;
  margin: 0;
  border-top: 1px solid #fff;
  padding: 10px calc(100% - 1100px + 138px) 10px 30px;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .shain-page-header .metadata .profile {
    padding: 10px 14px;
    font-size: 1.4rem;
  }
}

/**=========================================
* [shain] career-path
* コンテンツ背景が画像
=========================================*/
.career-path {
  background-repeat: repeat, no-repeat;
  background-position: left top, center center;
  background-size: 4px 4px, cover;
  padding: 53px 0 60px;
}

@media screen and (max-width: 736px) {
  .career-path {
    background-size: 2px 2px, cover;
    padding: 25px 0 25px;
  }
}

.career-path.tsuji {
  background-image: url(../img/common/bg_line.png), url(../img/taxi/shain/tsuji/img02.jpg);
}

@media screen and (max-width: 736px) {
  .career-path.tsuji {
    background-image: url(../img/common/bg_line.png), url(../img/taxi/shain/tsuji/img02_sp.jpg);
  }
}

.career-path.iwagishi {
  background-image: url(../img/common/bg_line.png), url(../img/taxi/shain/iwagishi/img02.jpg);
}

@media screen and (max-width: 736px) {
  .career-path.iwagishi {
    background-image: url(../img/common/bg_line.png), url(../img/taxi/shain/iwagishi/img02_sp.jpg);
  }
}

.career-path.shibata {
  background-image: url(../img/common/bg_line.png), url(../img/taxi/shain/shibata/img02.jpg);
}

@media screen and (max-width: 736px) {
  .career-path.shibata {
    background-image: url(../img/common/bg_line.png), url(../img/taxi/shain/shibata/img02_sp.jpg);
  }
}

.career-path.ooyama {
  background-image: url(../img/common/bg_line.png), url(../img/hired/shain/ooyama/img02.jpg);
}

@media screen and (max-width: 736px) {
  .career-path.ooyama {
    background-image: url(../img/common/bg_line.png), url(../img/hired/shain/ooyama/img02_sp.jpg);
  }
}

.career-path.hunyuu {
  background-image: url(../img/common/bg_line.png), url(../img/hired/shain/hunyuu/img02.jpg);
}

@media screen and (max-width: 736px) {
  .career-path.hunyuu {
    background-image: url(../img/common/bg_line.png), url(../img/hired/shain/hunyuu/img02_sp.jpg);
  }
}

.career-path.nakamura {
  background-image: url(../img/common/bg_line.png), url(../img/hired/shain/nakamura/img02.jpg);
}

@media screen and (max-width: 736px) {
  .career-path.nakamura {
    background-image: url(../img/common/bg_line.png), url(../img/hired/shain/nakamura/img02_sp.jpg);
  }
}

.career-path-title {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 0px 0px 8px #ffffff, 1px 2px 14px #ffffff;
  margin: 0;
  padding: 0 0 0;
  font-weight: normal;
  vertical-align: bottom;
  line-height: 1;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .career-path-title {
    text-shadow: 0px 0px 4px #ffffff, 0px 1px 7px #ffffff;
    padding: 0 10px;
  }
}

.career-path-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 1;
  background-color: #333333;
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 736px) {
  .career-path-title:after {
    bottom: 5px;
  }
}

.career-path-title .inner {
  display: block;
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 736px) {
  .career-path-title .inner {
    width: 100%;
  }
}

.career-path-title .text-1 {
  color: #4ac83d;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .career-path-title .text-1 {
    font-size: 4rem;
  }
}

.career-path-title .text-2 {
  font-size: 4.5rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .career-path-title .text-2 {
    font-size: 3.2rem;
  }
}

.career-path-body {
  margin: 60px auto 0;
  width: 1100px;
}

@media screen and (max-width: 736px) {
  .career-path-body {
    margin: 20px 0 0;
    padding: 0 10px;
    width: 100%;
  }
}

.career-path-section {
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .career-path-section {
    margin-top: 10px;
  }
}

.career-path-section:first-child {
  margin-top: 0;
}

.career-path-section .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 15px 30px;
  font-size: 2.2rem;
  line-height: 2;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .career-path-section .title {
    padding: 5.5px 15px;
    font-size: 1.5rem;
  }
}

.career-path-section .text {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 4px 0 0 0;
  padding: 17px 30px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 736px) {
  .career-path-section .text {
    margin-top: 3px;
    padding: 5.5px 15px;
    font-size: 1.4rem;
    line-height: 1.64286;
  }
}

/**=========================================
* [generalwork bosyu] .tenshoku-button
=========================================*/
.tenshoku-button-container {
  margin: 60px 0 0;
}

@media screen and (max-width: 736px) {
  .tenshoku-button-container {
    margin: 30px 0 0;
  }
}

.tenshoku-button-item {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-align: center;
      align-items: center;
  padding: 17px 20px;
  width: 50%;
  text-decoration: none;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .tenshoku-button-item {
    display: block;
    height: inherit;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.53333;
  }
}

.tenshoku-button-item.form {
  border: 4px solid #48aed5;
  color: #48aed5;
}

@media screen and (max-width: 736px) {
  .tenshoku-button-item.form {
    border-width: 2px;
    padding: 15px;
  }
}

@media screen and (min-width: 737px) {
  .tenshoku-button-item.form:hover {
    background-color: rgba(72, 174, 213, 0.15);
  }
}

/**=========================================
* [generalwork shinsotsu]
=========================================*/
.shinsotsu-title {
  text-shadow: 0px 0px 6px #fff, 0px 0px 3px #fff;
  margin: -9.6px 0;
  padding: 0;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 2px;
}

@media screen and (max-width: 736px) {
  .shinsotsu-title {
    margin: -5px 15px;
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

.shinsotsu-text {
  margin: 41px 0 -9px;
  padding: 0;
  font-size: 2.2rem;
  line-height: 1.81818;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all;
}

@media screen and (max-width: 736px) {
  .shinsotsu-text {
    margin: 13.5px 0 -6.5px;
    font-size: 1.4rem;
    line-height: 1.92857;
  }
}

.shinsotsu-text:first-child {
  margin-top: -9px;
}

@media screen and (max-width: 736px) {
  .shinsotsu-text:first-child {
    margin-top: -6.5px;
  }
}

.shinsotsu-banner {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .shinsotsu-banner {
    margin-top: 20px;
  }
}

.shinsotsu-banner > a {
  display: inline-block;
  margin: 0 10px;
  width: 198px;
}

@media screen and (max-width: 736px) {
  .shinsotsu-banner > a {
    margin-top: 10px;
    width: 144px;
  }
}

.shinsotsu-banner > a:first-child {
  margin-top: 0;
}

@media screen and (min-width: 737px) {
  .shinsotsu-banner > a:hover {
    opacity: 0.7;
  }
}

/**=========================================
* [mechanic]
* 整備士ページ
=========================================*/
.mechanic-text {
  margin: 55px 0 -5px;
  font-size: 3.4rem;
  line-height: 1.29412;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .mechanic-text {
    margin: 26px 0;
    padding: 0 15px;
    font-size: 1.7rem;
    line-height: 1.47059;
  }
}

/**=========================================
* [setumei]
* 説明会日程ページ
=========================================*/
.setumei-number {
  margin: 0;
  padding: 0;
  text-align: center;
}

.setumei-number > a,
.setumei-number > span {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "游明朝", YuMincho, serif;
  display: inline-block;
  position: relative;
  padding-left: 44px;
  font-size: 5.6rem;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
  text-align: center;
  word-break: break-all;
}

@media screen and (max-width: 736px) {
  .setumei-number > a,
  .setumei-number > span {
    padding-left: 25px;
    font-size: 3.2rem;
  }
}

.setumei-number > a:first-child:before,
.setumei-number > span:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/common/icon_tel_black.png);
  margin-top: -25px;
  width: 38px;
  height: 50px;
}

@media screen and (max-width: 736px) {
  .setumei-number > a:first-child:before,
  .setumei-number > span:first-child:before {
    top: 3px;
    margin-top: 0;
    width: 19px;
    height: 25px;
  }
}

.setumei-number > a .text-small,
.setumei-number > span .text-small {
  font-size: 2.2rem;
}

@media screen and (max-width: 736px) {
  .setumei-number > a .text-small,
  .setumei-number > span .text-small {
    display: block;
    padding-left: 0;
    font-size: 1.8rem;
  }
}

.setumei-contact-table {
  table-layout: fixed;
  border-spacing: 0;
  margin-top: 30px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .setumei-contact-table {
    margin-top: 15px;
  }
}

.setumei-contact-table > tbody > tr {
  width: 100%;
}

.setumei-contact-table > tbody > tr:last-child > th,
.setumei-contact-table > tbody > tr:last-child > td {
  border-bottom: 1px solid #c6c6c7;
}

@media screen and (max-width: 736px) {
  .setumei-contact-table > tbody > tr:last-child > th,
  .setumei-contact-table > tbody > tr:last-child > td {
    border-bottom: none;
  }
}

@media screen and (max-width: 736px) {
  .setumei-contact-table > tbody > tr:last-child > th:last-child,
  .setumei-contact-table > tbody > tr:last-child > td:last-child {
    border-bottom: 1px solid #c6c6c7;
  }
}

.setumei-contact-table > tbody > tr > th,
.setumei-contact-table > tbody > tr > td {
  border-top: 1px solid #c6c6c7;
  border-left: 1px solid #c6c6c7;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .setumei-contact-table > tbody > tr > th,
  .setumei-contact-table > tbody > tr > td {
    font-size: 1.4rem;
  }
}

.setumei-contact-table > tbody > tr > th:last-child,
.setumei-contact-table > tbody > tr > td:last-child {
  border-right: 1px solid #c6c6c7;
}

.setumei-contact-table > tbody > tr > th {
  background-color: #e8eced;
  padding: 15px 10px;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .setumei-contact-table > tbody > tr > th {
    padding: 2.5px 10px;
  }
}

.setumei-contact-table > tbody > tr > td {
  padding: 15px 10px;
}

@media screen and (max-width: 736px) {
  .setumei-contact-table > tbody > tr > td {
    padding: 15px 10px;
  }
}

/**=========================================
* setumei-contact
* 説明会日程 お問合わせ
=========================================*/
.setumei-contact {
  overflow: hidden;
  background-color: #fff;
  margin: 20px 0 0 0;
  padding: 30px 30px 40px;
}

@media screen and (max-width: 736px) {
  .setumei-contact {
    padding: 20px 15px 30px;
  }
}

.setumei-contact:first-child {
  margin-top: 0;
}

.setumei-contact-category {
  display: block;
  margin-top: -8px 0 0 0;
  border-bottom: 1px solid #4ac83d;
  padding-bottom: 10px;
  width: 100%;
  color: #4ac83d;
  font-size: 2.8rem;
  line-height: 1.57143;
}

@media screen and (max-width: 736px) {
  .setumei-contact-category {
    font-size: 1.7rem;
    line-height: 1.47059;
  }
}

.setumei-contact-body {
  float: left;
  padding-top: 50px;
}

@media screen and (max-width: 736px) {
  .setumei-contact-body {
    float: none;
    padding-top: 20px;
  }
}

.setumei-contact-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px -20px 0px;
}

@media screen and (max-width: 736px) {
  .setumei-contact-row {
    display: block;
    margin: 20px 0 0;
  }
}

.setumei-contact-row:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .setumei-contact-row:first-child {
    margin: 0;
  }
}

.setumei-contact-col-text {
  padding: 0 20px;
  width: 60%;
}

@media screen and (max-width: 736px) {
  .setumei-contact-col-text {
    padding: 20px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .setumei-contact-col-text:first-child {
    padding-top: 0;
  }
}

.setumei-contact-col-image {
  padding: 0 20px;
  text-align: right;
  width: 40%;
}

@media screen and (max-width: 736px) {
  .setumei-contact-col-image {
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 736px) {
  .setumei-contact-col-image:first-child {
    padding-top: 0;
  }
}

.setumei-contact-col-image > img {
  width: 100%;
}

/**=========================================
* woman
* 女性ドライバーLP
=========================================*/
.woman-arrow, .woman-nav a:before, .woman-button:before, .woman-button-border:before {
  content: "";
  display: block;
  border-top: 8px solid #e73462;
  border-right: 5px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .woman-arrow, .woman-nav a:before, .woman-button:before, .woman-button-border:before {
    border-top-width: 6px;
    border-right-width: 4px;
    border-bottom-width: 6px;
    border-left-width: 4px;
  }
}

.woman-bg-pink {
  background-color: rgba(231, 52, 98, 0.1);
}

.woman-nav-container {
  background-color: #edf0f1;
  padding: 24px 0;
}

.woman-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 25px;
  width: 1100px;
  list-style: none;
}

@media screen and (max-width: 736px) {
  .woman-nav {
    margin-top: -17px;
    padding: 0 5px;
    width: 100%;
  }
}

.woman-nav > li {
  -ms-flex: 1;
      flex: 1;
  padding: 0 15px;
  width: 25%;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .woman-nav > li {
    -ms-flex: auto;
        flex: auto;
    margin-top: 17px;
    padding: 0 5px;
    width: 50%;
  }
}

.woman-nav a {
  position: relative;
  display: block;
  background: url(../img/woman/nav_bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 10px 0 24px;
  font-size: 1.8rem;
  color: #e73462;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .woman-nav a {
    background-image: url(../img/woman/nav_bg_sp.png);
    padding: 10px 0 21px;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: -0.5px;
  }
}

.woman-nav a:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

@media screen and (max-width: 736px) {
  .woman-nav a:before {
    margin-left: -3px;
  }
}

@media screen and (min-width: 737px) {
  .woman-nav a:hover {
    opacity: 0.7;
  }
}

.woman-section-title {
  margin: 0;
  text-align: center;
  line-height: 1;
}

.woman-section-title > span {
  position: relative;
  display: inline-block;
  padding: 0 68px 0 70px;
  font-size: 3.6rem;
  line-height: 1.16667;
  letter-spacing: 2px;
}

@media screen and (max-width: 736px) {
  .woman-section-title > span {
    margin: 0 10px;
    padding: 0 37px;
    font-size: 2.4rem;
    line-height: 1.16667;
    letter-spacing: 0;
  }
}

.woman-section-title > span:before, .woman-section-title > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 45px;
  height: 14px;
  background: url(../img/woman/bg_circle.png) no-repeat left top;
  background-size: 100% 100%;
}

@media screen and (max-width: 736px) {
  .woman-section-title > span:before, .woman-section-title > span:after {
    width: 27px;
    height: 8px;
  }
}

.woman-section-title > span:before {
  left: 0;
}

.woman-section-title > span:after {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.woman-point-container {
  margin: -10px -10px 0 -20px;
}

@media screen and (max-width: 736px) {
  .woman-point-container {
    margin: 20px 20px 0;
    padding: 0;
  }
}

.woman-point {
  background: url(../img/woman/bg_suisai.png) no-repeat center top;
  background-size: 100% auto;
  margin-top: 10px;
  padding: 37px 10px 0 45px;
  min-height: 314px;
  width: 33.333%;
}

@media screen and (max-width: 736px) {
  .woman-point {
    background-size: 260px auto;
    margin-top: 20px;
    padding: 10px 0 0 0;
    width: 100%;
    min-height: 220px;
  }
}

.woman-point-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .woman-point-inner {
    display: block;
    max-width: 100%;
  }
}

.woman-point-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  line-height: 1;
}

.woman-point-title .icon {
  width: 78px;
}

@media screen and (max-width: 736px) {
  .woman-point-title .icon {
    width: 56px;
  }
}

.woman-point-title .text {
  -ms-flex: 1;
      flex: 1;
  display: block;
  padding-left: 16px;
  font-size: 2.2rem;
  line-height: 1.36364;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 736px) {
  .woman-point-title .text {
    font-size: 1.5rem;
  }
}

.woman-point-title .text > strong {
  display: inline-block;
  background: url(../img/woman/bg_marker.png) no-repeat left bottom;
  background-size: 100% 12px;
  padding: 0;
  font-size: 2.8rem;
}

@media screen and (max-width: 736px) {
  .woman-point-title .text > strong {
    background-size: auto 8px;
    font-size: 2rem;
  }
}

.woman-point-text {
  margin: 15px 0 -5px;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 736px) {
  .woman-point-text {
    margin: 8.5px 0 -5.5px;
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

.woman-bg-voice {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}

@media screen and (max-width: 736px) {
  .woman-bg-voice {
    padding-bottom: 30px;
  }
}

.woman-bg-voice:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: url(../img/woman/voice_bg_1.png) no-repeat center top, url(../img/woman/voice_bg_2.png) no-repeat center 194px;
  background-size: auto, cover;
}

@media screen and (max-width: 736px) {
  .woman-bg-voice:after {
    background-image: url(../img/woman/voice_ttl_bg_sp.png);
    background-position: left top;
    background-size: 320px auto;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}

.woman-bg-voice .m-section-lv1 {
  position: relative;
  z-index: 3;
}

.woman-voice-container {
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  min-height: 760px;
}

@media screen and (max-width: 736px) {
  .woman-voice-container {
    display: block;
    padding-top: 50px;
    min-height: inherit;
  }
}

.woman-voice {
  -ms-flex: 1;
      flex: 1;
  padding: 0 15px;
  width: 50%;
}

@media screen and (max-width: 736px) {
  .woman-voice {
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .woman-voice:first-child {
    margin-top: 0;
  }
}

.woman-voice-item {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  padding: 35px 20px 20px;
}

@media screen and (max-width: 736px) {
  .woman-voice-item {
    border-radius: 14px;
    margin: 0 10px;
    padding: 15px;
  }
}

.woman-voice-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: url(../img/woman/line.png) repeat-x left bottom;
  background-size: auto 2px;
  margin: 20px 0 0 0;
  padding: 0 0 15px;
  color: #e83462;
  font-size: 2.2rem;
  line-height: 1.27273;
}

@media screen and (max-width: 736px) {
  .woman-voice-title {
    padding: 0 0 12.5px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

.woman-voice-title:first-child {
  margin-top: 0;
}

.woman-voice-text {
  margin: 13px 0 0;
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media screen and (max-width: 736px) {
  .woman-voice-text {
    margin: 13.75445px 0 0;
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

.woman-voice-image {
  margin: 20px auto 0;
  width: 100%;
}

.woman-bg-qa {
  overflow: hidden;
  position: relative;
}

.woman-bg-qa:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  background: url(../img/woman/qa_ttl_bg.png) no-repeat center bottom;
  background-size: auto;
  margin-left: -680px;
  width: 1360px;
  height: 225px;
}

@media screen and (max-width: 736px) {
  .woman-bg-qa:after {
    background-image: url(../img/woman/qa_ttl_bg_sp.png);
    background-size: 320px auto;
    background-position: right top;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 110px;
  }
}

.woman-bg-qa .m-section-lv1 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .woman-bg-qa .m-body-lv1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.woman-qa {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .woman-qa {
    margin-top: 25px;
  }
}

.woman-qa:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .woman-qa:first-child {
    margin-top: 15px;
  }
}

.woman-qa-title {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-height: 84px;
}

@media screen and (max-width: 736px) {
  .woman-qa-title {
    position: relative;
    padding-bottom: 9.5px;
    min-height: 74px;
  }
}

@media screen and (max-width: 736px) {
  .woman-qa-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/woman/line.png) repeat-x left bottom;
    height: 2px;
  }
}

.woman-qa-title .icon {
  position: relative;
  z-index: 2;
  width: 91px;
}

@media screen and (max-width: 736px) {
  .woman-qa-title .icon {
    width: 64px;
  }
}

.woman-qa-title .text {
  -ms-flex: 1;
      flex: 1;
  padding: 20px 0 0 12px;
  font-size: 2.2rem;
  line-height: 1.27273;
}

@media screen and (max-width: 736px) {
  .woman-qa-title .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 0 0 7px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

.woman-qa-title .text > span {
  position: relative;
  display: block;
  padding-bottom: 17px;
}

@media screen and (max-width: 736px) {
  .woman-qa-title .text > span {
    padding-bottom: 0;
  }
}

.woman-qa-title .text > span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -36px;
  right: 0;
  background: url(../img/woman/line.png) repeat-x left bottom;
  height: 2px;
}

@media screen and (max-width: 736px) {
  .woman-qa-title .text > span:before {
    display: none;
  }
}

.woman-qa-text {
  margin: 10px 0 0 6px;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 736px) {
  .woman-qa-text {
    margin: 12.5px 0 0 0;
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

.woman-button-container {
  margin-top: 80px;
}

@media screen and (max-width: 736px) {
  .woman-button-container {
    margin-top: 30px;
  }
}

.woman-button {
  position: relative;
  background: #e73462;
  border-radius: 44px;
  max-width: 540px;
  color: #fff;
  font-size: 2.4rem;
}

@media screen and (max-width: 736px) {
  .woman-button {
    padding: 14.5px 0;
    max-width: 300px;
    font-size: 1.4rem;
    line-height: 1.07143;
  }
}

.woman-button:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-top-color: #fff;
}

@media screen and (min-width: 737px) {
  .woman-button:hover {
    opacity: 0.7;
  }
}

.woman-button-border {
  position: relative;
  border-radius: 44px;
  border: 2px solid #e73462;
  max-width: 540px;
  color: #e73462;
  font-size: 2.4rem;
}

@media screen and (max-width: 736px) {
  .woman-button-border {
    max-width: 280px;
  }
}

.woman-button-border:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 736px) {
  .woman-button-border:before {
    margin-top: -6px;
  }
}

@media screen and (min-width: 737px) {
  .woman-button-border:hover {
    opacity: 0.7;
  }
}

.woman-button-small {
  padding: 15px 20px;
  max-width: 344px;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (max-width: 736px) {
  .woman-button-small {
    padding: 14.5px 0;
    max-width: 300px;
    font-size: 1.4rem;
    line-height: 1.07143;
  }
}

.woman-contact {
  background: #fffec4;
  margin-top: 80px;
  padding: 40px;
}

@media screen and (max-width: 736px) {
  .woman-contact {
    margin-top: 30px;
    padding: 25px 15px;
  }
}

.woman-contact-inner {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 736px) {
  .woman-contact-inner {
    display: block;
  }
}

.woman-contact-section {
  padding: 0 2px;
  width: 50%;
}

@media screen and (max-width: 736px) {
  .woman-contact-section {
    padding: 15px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .woman-contact-section:first-child {
    padding-top: 0;
  }
}

@media screen and (min-width: 737px) {
  .woman-contact-section:first-child .woman-contact-title {
    border-radius: 20px 0 0 0;
  }
}

@media screen and (min-width: 737px) {
  .woman-contact-section:first-child .woman-contact-body {
    border-radius: 0 0 0 20px;
  }
}

@media screen and (min-width: 737px) {
  .woman-contact-section:nth-child(2) .woman-contact-title {
    border-radius: 0 20px 0 0;
  }
}

@media screen and (min-width: 737px) {
  .woman-contact-section:nth-child(2) .woman-contact-body {
    border-radius: 0 0 20px 0;
  }
}

.woman-contact-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #ecebeb;
  margin: 0;
  padding: 16px 0;
  height: 60px;
  font-size: 2.2rem;
  line-height: 1.36364;
  color: #e73462;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .woman-contact-title {
    display: block;
    border-radius: 15px 15px 0 0;
    padding: 9.46667px 0 7.46667px;
    height: inherit;
    font-size: 1.4rem;
    line-height: 0.93333;
  }
}

.woman-contact-body {
  background-color: #fff;
  padding: 30px 0;
}

@media screen and (max-width: 736px) {
  .woman-contact-body {
    border-radius: 0 0 15px 15px;
    padding: 15px;
  }
}

.woman-contact-body .tel {
  position: relative;
  margin: 0;
  font-size: 4rem;
  line-height: 1;
  color: #e73462;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .woman-contact-body .tel {
    font-size: 2.2rem;
  }
}

.woman-contact-body .icon {
  position: relative;
  top: -3px;
  margin-right: 8px;
}

@media screen and (max-width: 736px) {
  .woman-contact-body .icon {
    display: inline-block;
    margin-right: 4px;
    width: 15px;
  }
}

.woman-contact-body .js-phone-link {
  color: #e73462;
  text-decoration: none;
}

.woman-contact-body .text-small {
  margin: 10px 0 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .woman-contact-body .text-small {
    margin-top: 7px;
    font-size: 1.1rem;
  }
}

.woman-bg-step {
  overflow: hidden;
  position: relative;
}

.woman-bg-step:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  background: url(../img/woman/step_ttl_bg.png) no-repeat center top;
  background-size: auto;
  margin-left: -680px;
  width: 1360px;
  height: 225px;
}

@media screen and (max-width: 736px) {
  .woman-bg-step:after {
    background-image: url(../img/woman/step_ttl_bg_sp.png);
    background-size: 320px auto;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 135px;
  }
}

.woman-bg-step .m-section-lv1 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .woman-bg-step .m-body-lv1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.woman-step-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 736px) {
  .woman-step-container {
    display: block;
    margin: 10px 0 0;
  }
}

.woman-step {
  padding: 0 15px;
  width: 25%;
}

@media screen and (max-width: 736px) {
  .woman-step {
    padding: 25px 15px 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .woman-step:first-child {
    padding-top: 0;
  }
}

.woman-step .icon {
  margin-bottom: -57px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .woman-step .icon {
    margin-bottom: -45px;
  }
  .woman-step .icon img {
    width: 104px;
  }
}

.woman-step-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding: 17px 0;
  font-size: 1.8rem;
  line-height: 1.33333;
  color: #e83462;
}

@media screen and (max-width: 736px) {
  .woman-step-title {
    display: block;
    padding: 14.5px 0 0;
    font-size: 1.4rem;
    line-height: 1.35714;
  }
}

.woman-step-text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media screen and (max-width: 736px) {
  .woman-step-text {
    margin: 11.5px 0 0;
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

.woman-step-image {
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .woman-step-image {
    max-width: 364px;
  }
}

/**=========================================
* welfare
* 福利厚生
=========================================*/
.welfare-arrow, .welfare-nav a:before,
.ryo-nav a:before, .welfare-button-border:before,
.ryo-button-border:before {
  content: "";
  display: block;
  border-top: 8px solid #333333;
  border-right: 5px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .welfare-arrow, .welfare-nav a:before,
  .ryo-nav a:before, .welfare-button-border:before,
  .ryo-button-border:before {
    border-top-width: 6px;
    border-right-width: 4px;
    border-bottom-width: 6px;
    border-left-width: 4px;
  }
}

.welfare-nav-container,
.ryo-nav-container {
  padding: 24px 0;
}

.welfare-nav-container {
  margin: 5px 0;
  background-color: rgba(170, 173, 174, 0.8);
}

.ryo-nav-container {
  margin: 5px 0 0;
  background-color: rgba(194, 223, 143, 0.8);
}

.ryo-nav-container--section02 {
  position: relative;
  margin-top: 80px;
}

@media screen and (max-width: 736px) {
  .ryo-nav-container--section02 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 737px) {
  .ryo-nav-container--section02:before, .ryo-nav-container--section02:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(194, 223, 143, 0.8);
    width: 100vw;
  }
}

@media screen and (min-width: 737px) {
  .ryo-nav-container--section02:before {
    left: 1100px;
  }
}

@media screen and (min-width: 737px) {
  .ryo-nav-container--section02:after {
    right: 1100px;
  }
}

.welfare-nav,
.ryo-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 25px;
  width: 1100px;
  list-style: none;
}

@media screen and (max-width: 736px) {
  .welfare-nav,
  .ryo-nav {
    margin-top: -17px;
    padding: 0 5px;
    width: 100%;
  }
}

.welfare-nav > li,
.ryo-nav > li {
  -ms-flex: 1;
      flex: 1;
  padding: 0 15px;
  width: 25%;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .welfare-nav > li,
  .ryo-nav > li {
    -ms-flex: auto;
        flex: auto;
    margin-top: 17px;
    padding: 0 5px;
    width: 50%;
  }
}

.welfare-nav a,
.ryo-nav a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 52px;
  padding: 10px 0 24px;
  font-size: 1.8rem;
  color: #333333;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .welfare-nav a,
  .ryo-nav a {
    padding: 10px 0 21px;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: -0.5px;
  }
}

.welfare-nav a:before,
.ryo-nav a:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

@media screen and (max-width: 736px) {
  .welfare-nav a:before,
  .ryo-nav a:before {
    margin-left: -3px;
  }
}

@media screen and (min-width: 737px) {
  .welfare-nav a:hover,
  .ryo-nav a:hover {
    opacity: 0.7;
  }
}

.welfare-body {
  margin-top: 80px;
}

@media screen and (max-width: 736px) {
  .welfare-body {
    margin-top: 30px;
  }
}

.welfare-body > .welfare-section {
  margin-top: 0;
}

.welfare-body .m-text-lv2 {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

.welfare-section {
  margin-top: 60px;
}

@media screen and (max-width: 736px) {
  .welfare-section {
    padding: 0 10px;
    margin-top: 30px;
  }
}

.welfare-title {
  margin: 0;
  line-height: 1;
}

.welfare-title .icon {
  display: block;
  text-align: center;
}

.welfare-title .icon > img {
  width: 112px;
}

@media screen and (max-width: 736px) {
  .welfare-title .icon > img {
    width: 78.5px;
  }
}

.welfare-title .text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  margin: 0;
  border-bottom: 1px solid #333;
  padding: 28px 0 14px;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .welfare-title .text {
    padding: 16px 0 5px;
    font-size: 1.7rem;
    line-height: 1.47059;
  }
}

.welfare-section-body {
  padding-top: 30px;
}

@media screen and (max-width: 736px) {
  .welfare-section-body {
    padding-top: 20px;
  }
}

/* @include dotted(方向[left || bottom], 色, 線分, 間隔, 太さ) */
.welfare01-row {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 736px) {
  .welfare01-row {
    display: block;
  }
}

.welfare01-col-l {
  position: relative;
  padding-right: 27px;
  width: 327px;
}

@media screen and (max-width: 736px) {
  .welfare01-col-l {
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}

.welfare01-col-l:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 5px 5px;
  background-image: linear-gradient(to bottom, #333333, #333333 80%, transparent 80%, transparent 100%);
  height: 100%;
  width: 1px;
  border: none;
}

@media screen and (max-width: 736px) {
  .welfare01-col-l:before {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .welfare01-col-l:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 5px 5px;
    background-image: linear-gradient(to right, #333333, #333333 80%, transparent 80%, transparent 100%);
    height: 1px;
    width: 100%;
    border: none;
  }
}

.welfare01-col-r {
  display: -ms-flexbox;
  display: flex;
  padding-left: 27px;
  -ms-flex: 1;
      flex: 1;
}

@media screen and (max-width: 736px) {
  .welfare01-col-r {
    display: block;
    padding-top: 20px;
    padding-left: 0;
  }
}

.welfare01-col-r .m-text-lv2 {
  -ms-flex: 1;
      flex: 1;
}

.welfare01-image {
  padding-left: 40px;
  width: 240px;
}

@media screen and (max-width: 736px) {
  .welfare01-image {
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 0;
    width: 200px;
  }
}

.welfare01-list > li {
  margin-top: 15px;
  font-size: 1.8rem;
}

@media screen and (max-width: 736px) {
  .welfare01-list > li {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

.welfare01-list > li:first-child {
  margin-top: 0;
}

.welfare01-list > li .icon {
  top: 4.5px;
  line-height: 1;
}

.welfare01-list > li .icon img {
  width: 18px;
}

@media screen and (max-width: 736px) {
  .welfare01-list > li .icon img {
    width: 13px;
  }
}

.welfare-row-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0;
}

@media screen and (max-width: 736px) {
  .welfare-row-3 {
    display: block;
    margin: 0;
  }
}

.welfare-row-3 .col-1 {
  padding: 0 20px;
  width: 33.333%;
}

@media screen and (max-width: 736px) {
  .welfare-row-3 .col-1 {
    margin-top: 30px;
    padding: 0;
    width: 100%;
  }
}

.welfare-row-3:first-child {
  margin-top: -80px;
}

@media screen and (max-width: 736px) {
  .welfare-row-3:first-child {
    margin-top: 0;
  }
}

.welfare-point {
  background: url(../img/common/bg_line02.png) repeat left top;
  margin-top: 80px;
  padding: 8px;
}

@media screen and (max-width: 736px) {
  .welfare-point {
    background-size: 2px;
    margin: 40px 10px 10px;
    padding: 5px;
  }
}

.welfare-point .inner {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 30px;
}

@media screen and (max-width: 736px) {
  .welfare-point .inner {
    display: block;
    padding: 15px;
  }
}

.welfare-point-image {
  position: relative;
}

@media screen and (max-width: 736px) {
  .welfare-point-image {
    text-align: center;
    margin: 0 auto;
    width: 260px;
  }
}

.welfare-point-image > img {
  width: 348px;
}

@media screen and (max-width: 736px) {
  .welfare-point-image > img {
    width: 100%;
  }
}

.welfare-point-image .icon {
  position: absolute;
  top: -20px;
  left: -20px;
}

@media screen and (max-width: 736px) {
  .welfare-point-image .icon {
    top: -15px;
    left: -15px;
    width: 75px;
  }
}

.welfare-point-text-container {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  padding-left: 30px;
}

@media screen and (max-width: 736px) {
  .welfare-point-text-container {
    padding-top: 20px;
    padding-left: 0;
  }
}

.welfare-point-title {
  margin: -8px 0;
  font-size: 2rem;
  line-height: 1.8;
  color: #37a8d3;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .welfare-point-title {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.welfare-point .welfare-point-banner {
  display: block;
  position: absolute;
  bottom: 0;
  left: 30px;
  line-height: 1;
  max-width: 400px;
}

@media screen and (max-width: 736px) {
  .welfare-point .welfare-point-banner {
    position: relative;
    left: inherit;
    bottom: inherit;
    margin: 0 auto;
    padding-top: 20px;
    width: 260px;
  }
}

@media screen and (min-width: 737px) {
  .welfare-point .welfare-point-banner:hover {
    opacity: 0.7;
  }
}

.welfare-button-border,
.ryo-button-border {
  position: relative;
  border-radius: 10px;
  border: 2px solid #4ac83d;
  padding: 15px 20px;
  max-width: 344px;
  color: #4ac83d;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (max-width: 736px) {
  .welfare-button-border,
  .ryo-button-border {
    padding: 14.5px 0;
    max-width: 300px;
    font-size: 1.4rem;
    line-height: 1.07143;
  }
}

.welfare-button-border:before,
.ryo-button-border:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-top-color: #4ac83d;
}

@media screen and (max-width: 736px) {
  .welfare-button-border:before,
  .ryo-button-border:before {
    margin-top: -6px;
  }
}

@media screen and (min-width: 737px) {
  .welfare-button-border:hover,
  .ryo-button-border:hover {
    opacity: 0.7;
  }
}

.welfare-contact-inner,
.ryo-contact-inner {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 736px) {
  .welfare-contact-inner,
  .ryo-contact-inner {
    display: block;
    padding: 10px 10px;
  }
}

.welfare-contact-section,
.ryo-contact-section {
  padding: 0 2px;
  width: 50%;
}

@media screen and (max-width: 736px) {
  .welfare-contact-section,
  .ryo-contact-section {
    padding: 15px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .welfare-contact-section:first-child,
  .ryo-contact-section:first-child {
    padding-top: 0;
  }
}

@media screen and (min-width: 737px) {
  .welfare-contact-section:first-child .welfare-contact-title,
  .welfare-contact-section:first-child .ryo-contact-title,
  .ryo-contact-section:first-child .welfare-contact-title,
  .ryo-contact-section:first-child .ryo-contact-title {
    border-radius: 20px 0 0 0;
  }
}

@media screen and (min-width: 737px) {
  .welfare-contact-section:first-child .welfare-contact-body,
  .welfare-contact-section:first-child .ryo-contact-body,
  .ryo-contact-section:first-child .welfare-contact-body,
  .ryo-contact-section:first-child .ryo-contact-body {
    border-radius: 0 0 0 20px;
  }
}

@media screen and (min-width: 737px) {
  .welfare-contact-section:nth-child(2) .welfare-contact-title,
  .welfare-contact-section:nth-child(2) .ryo-contact-title,
  .ryo-contact-section:nth-child(2) .welfare-contact-title,
  .ryo-contact-section:nth-child(2) .ryo-contact-title {
    border-radius: 0 20px 0 0;
  }
}

@media screen and (min-width: 737px) {
  .welfare-contact-section:nth-child(2) .welfare-contact-body,
  .welfare-contact-section:nth-child(2) .ryo-contact-body,
  .ryo-contact-section:nth-child(2) .welfare-contact-body,
  .ryo-contact-section:nth-child(2) .ryo-contact-body {
    border-radius: 0 0 20px 0;
  }
}

.welfare-contact-title,
.ryo-contact-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #4ac83d;
  margin: 0;
  padding: 16px 0;
  height: 60px;
  font-size: 2.2rem;
  line-height: 1.36364;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .welfare-contact-title,
  .ryo-contact-title {
    display: block;
    border-radius: 15px 15px 0 0;
    padding: 9.46667px 0 7.46667px;
    height: inherit;
    font-size: 1.4rem;
    line-height: 0.93333;
  }
}

.welfare-contact-body,
.ryo-contact-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fff;
  padding: 30px 0;
}

@media screen and (max-width: 736px) {
  .welfare-contact-body,
  .ryo-contact-body {
    display: block;
    border-radius: 0 0 15px 15px;
    padding: 15px;
  }
}

.welfare-contact-body .tel,
.ryo-contact-body .tel {
  position: relative;
  margin: 0;
  font-size: 4rem;
  line-height: 1;
  color: #4ac83d;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .welfare-contact-body .tel,
  .ryo-contact-body .tel {
    font-size: 2.2rem;
  }
}

.welfare-contact-body .icon,
.ryo-contact-body .icon {
  position: relative;
  top: -3px;
  margin-right: 8px;
}

@media screen and (max-width: 736px) {
  .welfare-contact-body .icon,
  .ryo-contact-body .icon {
    display: inline-block;
    margin-right: 4px;
    width: 15px;
  }
}

.welfare-contact-body .js-phone-link,
.ryo-contact-body .js-phone-link {
  color: #4ac83d;
  text-decoration: none;
}

.welfare-contact-body .text-small,
.ryo-contact-body .text-small {
  margin: 10px 0 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .welfare-contact-body .text-small,
  .ryo-contact-body .text-small {
    margin-top: 7px;
    font-size: 1.1rem;
  }
}

.ryo-contact-body {
  display: block;
}

.ryo-contact-note {
  width: 100%;
  margin: 10px 0 0;
  color: #333;
  font-size: 1.4rem;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
  line-height: 2.14286;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .ryo-contact-note {
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 1.36364;
  }
}

.ryo-contact-note:first-line {
  line-height: 1;
}

/**
 * Top Style
 */
/**=========================================
* top main
* [top] メインビジュアルとリンク部分
=========================================*/
.top-main {
  overflow: hidden;
  position: relative;
  background-image: url(../img/common/bg_dot.png), url(../img/top/main_bg.jpg);
  background-repeat: repeat, no-repeat;
  background-size: 4px 4px, cover;
  background-position: center center, center center;
  padding: 75px 0 50px 0;
}

@media screen and (max-width: 736px) {
  .top-main {
    background-image: url(../img/common/bg_dot.png), url(../img/top/main_bg_sp.jpg);
    background-size: 2px 2px, cover;
    padding: 45px 0;
  }
}

.top-main-logo {
  margin: 0;
  padding: 73px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .top-main-logo {
    margin: 0 auto;
    padding: 60px 0 0 0;
    width: 63px;
  }
}

.top-main-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: -10px 0;
  padding: 34px 0 0 0;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  font-size: 8rem;
  line-height: 1.25;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .top-main-title {
    overflow: hidden;
    margin: -5px 0;
    padding: 15px 0 60px 0;
    width: 100%;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.85);
    font-size: 2.9rem;
    font-weight: normal;
    line-height: 1.33333;
  }
}

.top-main-link {
  overflow: hidden;
  background-color: #fff;
  margin-top: 90px;
  padding: 20px 62px;
}

@media screen and (max-width: 736px) {
  .top-main-link {
    display: none;
  }
}

.top-main-text-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-main-text-link > li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.top-main-text-link > li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-left: 2px dotted #000;
  width: 1px;
  height: 14px;
}

.top-main-text-link > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  border-left: 2px dotted #000;
  width: 1px;
  height: 14px;
}

.top-main-text-link > li > a {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  padding: 20px 65px;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  color: #505050;
}

@media screen and (min-width: 737px) {
  .top-main-text-link > li > a:hover:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 17px;
    left: 65px;
    right: 65px;
    background-color: #000;
    height: 1px;
  }
}

@media screen and (min-width: 737px) {
  .top-main-text-link > li > a.touch-default:after {
    display: none;
  }
}

.top-main-banner-link {
  overflow: hidden;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.top-main-banner-link > li {
  float: left;
  margin-left: 20px;
  line-height: 1;
}

.top-main-banner-link > li:first-child {
  margin-left: 0;
}

.top-main-banner-link > li > a {
  display: block;
}

@media screen and (min-width: 737px) {
  .top-main-banner-link > li > a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 737px) {
  .top-main-banner-link > li > a.touch-default {
    opacity: 1;
  }
}

.top-main-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 30px -10px 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .top-main-banner {
    display: block;
    margin: 0 auto;
    max-width: 290px;
  }
}

.top-main-banner > a {
  display: inline-block;
  margin: 0 10px;
  width: 540px;
}

@media screen and (max-width: 736px) {
  .top-main-banner > a {
    margin: 10px 0 0 0;
    width: auto;
  }
}

@media screen and (min-width: 737px) {
  .top-main-banner > a:hover {
    opacity: 0.7;
  }
}

.gt-ie10 .top-main-text-link > li > a {
  padding: 24px 65px 16px;
}

/**=========================================
* top-lead-section
* [top] 最初のリード
=========================================*/
.top-lead-section {
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .top-lead-section {
    padding: 10px 0;
  }
}

.top-lead-section-body {
  padding-top: 60px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .top-lead-section-body {
    padding: 30px 15px 0;
    text-align: left;
  }
}

.top-lead-section-text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: -14px 0;
  padding: 0;
  font-size: 2.4rem;
  line-height: 2.16667;
}

@media screen and (max-width: 736px) {
  .top-lead-section-text {
    margin: -6.5px 0;
    font-size: 1.4rem;
    line-height: 1.92857;
  }
}

/**=========================================
* top-link-list
* [top] テキストリンクリスト
=========================================*/
.top-link-list--text {
  margin: 0;
  padding: 50px 0 0 0;
  list-style: none;
}

@media screen and (max-width: 736px) {
  .top-link-list--text {
    padding-top: 30px;
  }
}

.top-link-list--text > li {
  margin: 1px 0;
  padding: 0;
}

@media screen and (max-width: 736px) {
  .top-link-list--text > li {
    margin: 12.2px 0 -2.8px;
    line-height: 1;
  }
}

.top-link-list--text > li:first-child {
  margin-top: -9px;
}

@media screen and (max-width: 736px) {
  .top-link-list--text > li:first-child {
    margin-top: -2.8px;
  }
}

.top-link-list--text > li > a {
  font-size: 2rem;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .top-link-list--text > li > a {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
}

/**
 * Shinsotsu Style
 */
/* =============================================================================
* .main-content
============================================================================= */
.cat-shinsotsu .main-content {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  z-index: 1;
  overflow: hidden;
  color: #333;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .main-content {
    margin-top: 49px;
  }
}

.cat-shinsotsu .z10 {
  z-index: 10;
}

.cat-shinsotsu .z20 {
  z-index: 20;
}

.cat-shinsotsu .z30 {
  z-index: 30;
}

.cat-shinsotsu .z40 {
  z-index: 40;
}

.cat-shinsotsu .z50 {
  z-index: 50;
}

.cat-shinsotsu .z60 {
  z-index: 60;
}

.cat-shinsotsu .z70 {
  z-index: 70;
}

/* =============================================================================
* .skew
* 傾き背景の要素
============================================================================= */
.cat-shinsotsu .skew {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.cat-shinsotsu .skew:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cat-shinsotsu .skew--right {
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .skew--right {
    -webkit-transform: skewY(-4deg);
            transform: skewY(-4deg);
  }
}

.cat-shinsotsu .skew--right:before {
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .skew--right:before {
    -webkit-transform: skewY(4deg);
            transform: skewY(4deg);
  }
}

.cat-shinsotsu .skew--left {
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .skew--left {
    -webkit-transform: skewY(4deg);
            transform: skewY(4deg);
  }
}

.cat-shinsotsu .skew--left:before {
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .skew--left:before {
    -webkit-transform: skewY(-4deg);
            transform: skewY(-4deg);
  }
}

.cat-shinsotsu .skew--entry {
  background-color: #f2f2f2;
}

.cat-shinsotsu .skew--miryoku {
  border-top: 10px solid #000;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .skew--miryoku {
    border-top-width: 5px;
  }
}

.cat-shinsotsu .skew--miryoku:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/shinsotsu/bg_border.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .skew--miryoku:before {
    background-image: url(../img/shinsotsu/bg_border_sp.png);
  }
}

.cat-shinsotsu .skew--voice {
  background-color: #fff;
}

/* =============================================================================
* .shinsotsu-contact
* お問合わせ
============================================================================= */
.cat-shinsotsu .shinsotsu-entry {
  position: relative;
  padding: 120px 0 60px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .shinsotsu-entry {
    padding: 75px 10px 30px;
  }
}

.cat-shinsotsu .shinsotsu-entry--skew-top-bottom {
  margin-top: -70px;
  padding: 90px 0 240px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .shinsotsu-entry--skew-top-bottom {
    margin-top: -35px;
    padding: 40px 10px 80px;
  }
}

.cat-shinsotsu .shinsotsu-entry .inner {
  background: #fee840;
  position: relative;
  z-index: 2;
  box-shadow: 6px 6px 0px 0px #5498bd;
  margin: 0 auto;
  padding: 40px 40px 50px;
  width: 1100px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .shinsotsu-entry .inner {
    box-shadow: 3px 3px 0px 0px #5498bd;
    padding: 20px 10px;
    width: 100%;
  }
}

.cat-shinsotsu .shinsotsu-entry-title {
  position: relative;
  display: block;
  background-color: #5498bd;
  margin: 0;
  border-radius: 56px;
  padding: 25px 0;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  color: #fee940;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .shinsotsu-entry-title {
    margin: 0 5px;
    border-radius: 46px;
    padding: 10.4px 0;
    font-size: 2.3rem;
    line-height: 1.4;
  }
}

.cat-shinsotsu .shinsotsu-entry-body {
  padding: 40px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .shinsotsu-entry-body {
    padding: 20px 0 0 0;
  }
}

.cat-shinsotsu .shinsotsu-entry-banner {
  display: inline-block;
  margin: 0 25px;
  width: 198px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .shinsotsu-entry-banner {
    margin: 0;
    padding: 0 5px;
    width: 50%;
    max-width: 139px;
  }
}

@media screen and (min-width: 737px) {
  .cat-shinsotsu .shinsotsu-entry-banner:hover {
    opacity: 0.7;
  }
}

/* =============================================================================
* .manga
============================================================================= */
.cat-shinsotsu .manga {
  position: relative;
  background: url(../img/shinsotsu/manga01_ttl_bg02.png) no-repeat center 24px, url(../img/shinsotsu/manga01_ttl_bg.png) no-repeat center top, url(../img/shinsotsu/bg_logo.png) repeat-y center 340px, url(../img/shinsotsu/bg_dot.png) repeat center top;
  background-size: auto auto, 100% auto, 1366px 1324px, 32px 50px;
  padding: 45px 0 140px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .manga {
    background: url(../img/shinsotsu/manga01_ttl_bg_sp.png) no-repeat center top, url(../img/shinsotsu/bg_dot.png) repeat center top;
    background-size: 100% auto, 16px 25px;
    padding: 16px 0 60px;
  }
}

.cat-shinsotsu .manga-inner {
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .manga-inner {
    width: 100%;
  }
}

.cat-shinsotsu .manga-title {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .manga-title {
    margin: 0 auto;
    width: 320px;
  }
}

.cat-shinsotsu .manga-image01 {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .manga-image01 {
    padding: 10px 10px 0;
  }
}

/* =============================================================================
* .miryoku
============================================================================= */
.cat-shinsotsu .miryoku {
  position: relative;
  margin-top: -40px;
  padding: 0 0 160px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .miryoku {
    margin-top: -20px;
    padding: 0 10px 60px;
  }
}

.cat-shinsotsu .miryoku .inner {
  position: relative;
  z-index: 2;
  background: url(../img/shinsotsu/sec02_img01.png) no-repeat 60px bottom;
  margin: 0 auto;
  padding: 100px 60px 0;
  width: 1100px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .miryoku .inner {
    background-size: 300px auto;
    background-position: center bottom;
    padding: 45px 0 300px;
    width: 100%;
  }
}

.cat-shinsotsu .miryoku-title {
  margin: 0;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .miryoku-title {
    width: 300px;
  }
}

.cat-shinsotsu .miryoku-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px -15px 0;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .miryoku-body {
    display: block;
    margin: 0;
  }
}

.cat-shinsotsu .miryoku-section {
  padding: 50px 15px 0;
  width: 50%;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .miryoku-section {
    padding: 44px 0 0;
    width: 100%;
  }
}

.cat-shinsotsu .miryoku-section-title {
  margin: 0;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .miryoku-section-title {
    width: 300px;
  }
}

.cat-shinsotsu .miryoku-section:last-child {
  margin-left: 50%;
  min-height: 435px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .miryoku-section:last-child {
    margin-left: 0;
    min-height: inherit;
  }
}

.cat-shinsotsu .miryoku-section-text {
  margin: 34px 0 0 0;
  font-size: 1.8rem;
  line-height: 1.66667;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .miryoku-section-text {
    margin: 15.5px 0 -4.5px 0;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.cat-shinsotsu .miryoku-section-text strong {
  font-size: 2.2rem;
  color: #397c9f;
}

/* =============================================================================
* .voice
============================================================================= */
.cat-shinsotsu .voice {
  position: relative;
  margin-top: -70px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice {
    margin-top: -20px;
  }
}

.cat-shinsotsu .voice--02 {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice--02 {
    margin-top: 0;
  }
}

.cat-shinsotsu .voice-title {
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #e1e5e8;
  margin: 0;
  border-top: 10px solid #000;
  height: 700px;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice-title {
    background-size: 320px auto;
    border-top-width: 5px;
    height: 365px;
  }
}

.cat-shinsotsu .voice-title .text01 {
  position: absolute;
  display: block;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice-title .text01 {
    width: 320px;
  }
}

.cat-shinsotsu .voice-title--01 {
  background-image: url(../img/shinsotsu/voice01_img01.png);
  background-position: right top;
}

@media screen and (max-width: 1366px) {
  .cat-shinsotsu .voice-title--01 {
    background-position: center top;
  }
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice-title--01 {
    background-image: url(../img/shinsotsu/voice01_img01_sp.png);
    background-position: right bottom;
  }
}

.cat-shinsotsu .voice-title--01 .text01 {
  top: -138px;
  left: 50%;
  margin-left: -683px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice-title--01 .text01 {
    top: -48px;
    left: 0;
    margin-left: 0;
  }
}

.cat-shinsotsu .voice-title--02 {
  background-image: url(../img/shinsotsu/voice02_img01.png);
  background-position: left top;
}

@media screen and (max-width: 1366px) {
  .cat-shinsotsu .voice-title--02 {
    background-position: center top;
  }
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice-title--02 {
    background-color: #e5eaf0;
    background-image: url(../img/shinsotsu/voice02_img01_sp.png);
    background-position: left bottom;
  }
}

.cat-shinsotsu .voice-title--02 .text01 {
  top: -80px;
  right: 50%;
  margin-right: -650px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice-title--02 .text01 {
    top: -43px;
    right: 0;
    margin-right: 0;
  }
}

.cat-shinsotsu .voice .voice-name {
  position: absolute;
  display: block;
  top: -104px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice .voice-name {
    top: -42px;
    width: 320px;
  }
}

.cat-shinsotsu .voice .voice-name--01 {
  left: 50%;
  margin-left: -479px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice .voice-name--01 {
    left: inherit;
    margin-left: 0;
  }
}

.cat-shinsotsu .voice .voice-name--02 {
  right: 50%;
  margin-right: -479px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice .voice-name--02 {
    right: 0;
    margin-right: 0;
  }
}

.cat-shinsotsu .voice-inner {
  position: relative;
  margin-top: -60px;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice-inner {
    margin-top: -18px;
  }
}

.cat-shinsotsu .voice-body {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 30px 60px 120px;
  width: 1100px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice-body {
    padding: 15px 10px 60px;
    width: 100%;
  }
}

.cat-shinsotsu .voice-section {
  padding: 67px 0 0;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice-section {
    padding: 45px 0 0 0;
  }
}

.cat-shinsotsu .voice-section-title {
  margin: 0;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice-section-title {
    width: 300px;
  }
}

.cat-shinsotsu .voice-section-text {
  margin: 28px 0 -9px 0;
  font-size: 1.8rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .voice-section-text {
    margin: 18.5px 0 -4.5px 0;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

/* =============================================================================
* .lead-section
============================================================================= */
.cat-shinsotsu .lead-section {
  position: relative;
  background-color: #f2f2f2;
  margin-top: -60px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .lead-section {
    margin-top: -30px;
  }
}

.cat-shinsotsu .lead-section .inner {
  position: relative;
  margin: 0 auto;
  padding: 80px 60px;
  width: 1100px;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .lead-section .inner {
    padding: 45px 0;
    width: 100%;
  }
}

.cat-shinsotsu .lead-section .inner:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -180px;
  margin-left: -100px;
  border-top: 100px solid #f2f2f2;
  border-right: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 100px solid transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .lead-section .inner:after {
    bottom: -100px;
    margin-left: -50px;
    border-width: 50px;
  }
}

.cat-shinsotsu .lead-section .lead-title {
  margin: 0;
}

.cat-shinsotsu .lead-section .lead-text {
  margin: 68px 0 -10px 0;
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .cat-shinsotsu .lead-section .lead-text {
    margin: 32.5px 0 -7.5px 0;
    font-size: 1.5rem;
  }
}

/**
* Table Style
*/
/**=========================================
* form
=========================================*/
form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../img/common/icon_dropdown_sp.png) right 50% no-repeat;
  background-size: 32px auto;
  border-radius: 0;
  border: 1px solid #999999;
  padding: 2px 30px 2px 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  form select {
    vertical-align: top;
    background-size: 33px auto;
    margin-right: 5px;
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: 100%;
  }
}

form select:focus {
  outline: none;
}

form select::-ms-expand {
  display: none;
}

form select:disabled {
  border: 1px solid #eee;
}

form input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 1px solid #999999;
  padding: 3px 10px;
  font-size: 1.6rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  form input[type=text] {
    margin-top: 0;
    margin-bottom: 0;
  }
}

form input[type=text]:-moz-read-only {
  border-color: #eee;
  box-shadow: none;
}

form input[type=text]:read-only {
  border-color: #eee;
  box-shadow: none;
}

form input[type=text]::-webkit-input-placeholder {
  color: #bebebe;
}

form input[type=text]:-ms-input-placeholder {
  color: #bebebe;
}

form input[type=text]::placeholder {
  color: #bebebe;
}

form input[type=text]::-webkit-inner-spin-button, form input[type=text]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

form input[type=text]:focus {
  outline-color: rgba(74, 200, 61, 0.2);
}

form textarea {
  border: 1px solid #abb0b3;
  padding: 15px 20px;
  width: 100%;
  height: 130px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  form textarea {
    margin-bottom: 0;
  }
}

form textarea:first-child {
  margin-top: -2px;
}

@media screen and (max-width: 736px) {
  form textarea:first-child {
    margin-top: 0;
  }
}

form textarea:focus {
  outline-color: rgba(74, 200, 61, 0.2);
}

form input[type=radio] {
  outline: none;
}

form input[type=radio] + label {
  cursor: pointer;
  line-height: 1.6;
}

form input[type=checkbox] {
  outline: none;
}

form input[type=checkbox] + label {
  cursor: pointer;
  line-height: 1.6;
}

form input[type=submit],
form input[type=reset] {
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin-bottom: 10px;
  border: none;
}

@media screen and (max-width: 736px) {
  form input[type=submit],
  form input[type=reset] {
    width: 100%;
  }
}

form input[type=submit]:focus,
form input[type=reset]:focus {
  outline: none;
}

@media screen and (min-width: 737px) {
  form input[type=submit]:hover,
  form input[type=reset]:hover {
    opacity: 0.7;
  }
}

form input[type=submit] {
  width: 50%;
}

@media screen and (max-width: 736px) {
  form input[type=submit] {
    padding: 11.6px 10px;
    width: 50%;
  }
}

form input[type=reset] {
  border: 2px solid #48aed5;
  width: 25%;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  form input[type=reset] {
    border-radius: none;
    padding: 10.6px 10px;
    width: 40%;
  }
}

form .msg {
  display: block;
  font-weight: bold;
  color: #DD0000;
}

form .error {
  background-color: #FFE4E4;
}

.is-safari form input[type=text]::-webkit-input-placeholder {
  line-height: 1.5;
}

.is-safari form input[type=text]:-ms-input-placeholder {
  line-height: 1.5;
}

.is-safari form input[type=text]::placeholder {
  line-height: 1.5;
}

.is-firefox form input[type=text] {
  padding: 9px 10px;
  vertical-align: middle;
}

.is-ie form input[type=text] {
  padding: 4px 10px;
  vertical-align: middle;
}

.is-edge form input[type=text] {
  padding: 8px 10px;
  vertical-align: middle;
}

.m-table--form.course input[type=text] {
  text-align: right;
}

.checkbox-sample:before, .checkbox-sample:after {
  opacity: 1;
  background-color: #5ea859;
  color: #fff !important;
  border-color: #fff;
}

.spiralSeal {
  overflow: hidden;
  margin: 40px auto 0;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 10px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .spiralSeal {
    margin: 30px 15px 0;
    width: auto;
  }
}

.spiralSeal tr td.description {
  display: table-cell;
  text-align: left;
  overflow: auto;
  font-size: 1.3rem;
}

.spiralSeal tr td.img {
  display: table-cell;
  margin-left: 0px;
  margin-right: 0px;
  overflow: auto;
  text-align: center;
}

/**
 * teito-ryo Style
 */
.p-taxi-top {
  position: relative;
  overflow: hidden;
  padding: 140px 0 80px;
}

@media screen and (max-width: 736px) {
  .p-taxi-top {
    width: 100%;
    padding: 90px 0 30px;
  }
}

.p-taxi-top__inner {
  margin-top: 100px;
}

@media screen and (max-width: 736px) {
  .p-taxi-top__inner {
    margin-top: 15px;
  }
}

.p-taxi-top__category {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 25px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.24px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .p-taxi-top__category {
    max-width: 200px;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}

.p-taxi-top__category > p {
  margin: 0;
}

@media screen and (max-width: 736px) {
  .p-taxi-top__img {
    margin: 23px calc( ( 100% - 100vw ) / 2) 0;
  }
}

.p-taxi-top__img > img {
  width: 100vw;
}

.p-taxi-top__ttl {
  position: relative;
  z-index: 100;
  margin-top: -40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1;
  text-shadow: 0 0 10px white;
}

@media screen and (max-width: 736px) {
  .p-taxi-top__ttl {
    margin-top: -30px;
  }
}

.p-taxi-top__ttl .taxi-first {
  font-size: 3.8rem;
  line-height: 1.9;
  letter-spacing: 1.9px;
}

@media screen and (max-width: 736px) {
  .p-taxi-top__ttl .taxi-first {
    font-size: 1.8rem;
  }
}

.p-taxi-top__ttl .taxi-first--02 {
  line-height: 1;
}

.p-taxi-top__ttl .taxi-second {
  font-size: 6.2rem;
  line-height: 1;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 736px) {
  .p-taxi-top__ttl .taxi-second {
    font-size: 2.6rem;
  }
}

.p-taxi-top__ttl .taxi-third {
  font-size: 5.8rem;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 736px) {
  .p-taxi-top__ttl .taxi-third {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 737px) {
  .p-taxi-top:before, .p-taxi-top:after {
    content: "";
    position: absolute;
    z-index: 10;
    height: 100%;
    background: center top /contain no-repeat;
  }
}

@media screen and (min-width: 737px) {
  .p-taxi-top:before {
    top: 110px;
    left: 0;
    width: calc(28100% / 1360);
    background-image: url("../img/taxi/index/top_bg_img01_pc.png");
  }
}

@media screen and (min-width: 737px) {
  .p-taxi-top:after {
    top: 150px;
    right: 0;
    width: calc(31300% / 1360);
    background-image: url("../img/taxi/index/top_bg_img02_pc.png");
  }
}

.p-taxi-card {
  position: relative;
  margin-top: 50px;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333333;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "游明朝", YuMincho, serif;
}

@media screen and (max-width: 736px) {
  .p-taxi-card {
    margin: 15px calc( ( 100% - 100vw ) / 2) 0;
    padding: 12px 7px;
  }
}

.p-taxi-card:first-of-type {
  margin-top: 0;
}

.p-taxi-card__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.p-taxi-card--reverse .p-taxi-card__inner {
  -ms-flex-direction: inherit;
      flex-direction: inherit;
}

@media screen and (max-width: 736px) {
  .p-taxi-card__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-taxi-card__writting {
  text-align: left;
  padding: 0 25px 0 0;
}

@media screen and (max-width: 736px) {
  .p-taxi-card__writting {
    padding: 10px 0 0;
  }
}

.p-taxi-card--reverse .p-taxi-card__writting {
  padding: 0 0 0 25px;
}

@media screen and (max-width: 736px) {
  .p-taxi-card--reverse .p-taxi-card__writting {
    padding: 10px 0 0;
  }
}

.p-taxi-card__writting__ttl {
  border-bottom: 1px solid #333;
}

.p-taxi-card__writting__ttl > h3,
.p-taxi-card__writting__ttl h4 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 736px) {
  .p-taxi-card__writting__ttl > h3,
  .p-taxi-card__writting__ttl h4 {
    padding-bottom: 8px;
    font-size: 1.8rem;
    letter-spacing: normal;
  }
}

.p-taxi-card__writting__txt {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.72px;
}

@media screen and (max-width: 736px) {
  .p-taxi-card__writting__txt {
    font-size: 1.4rem;
    line-height: 1.57;
  }
}

.p-taxi-card__writting__txt strong {
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, ssans-serif;
  color: #E85647;
}

.p-taxi-card__writting__txt > p {
  margin: 0;
  padding: 20px 0 0;
}

@media screen and (max-width: 736px) {
  .p-taxi-card__writting__txt > p {
    padding: 10px 0 0;
  }
}

.p-taxi-card__img {
  min-width: 490px;
}

@media screen and (max-width: 736px) {
  .p-taxi-card__img {
    min-width: inherit;
  }
}

.p-taxi-card--process {
  margin-top: 40px !important;
  padding-top: 90px;
  background-color: #edf0f0;
}

@media screen and (max-width: 736px) {
  .p-taxi-card--process {
    padding-top: 45px;
    margin-top: 15px !important;
  }
}

.p-taxi-card__phase {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  padding: 0 75px 0 50px;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .p-taxi-card__phase {
    height: 30px;
    padding: 0 42px 0 15px;
    font-size: 1.5rem;
  }
}

.p-taxi-card__phase > p {
  margin: 0;
}

.p-taxi-card__phase--01:after, .p-taxi-card__phase--02:after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 35px 0 0;
}

@media screen and (max-width: 736px) {
  .p-taxi-card__phase--01:after, .p-taxi-card__phase--02:after {
    right: -30px;
    border-width: 30px 30px 0 0;
  }
}

.p-taxi-card__phase--01 {
  background-color: #e85647;
}

.p-taxi-card__phase--01:after {
  border-color: #e85647 transparent transparent transparent;
}

.p-taxi-card__phase--02 {
  background-color: #37a8d3;
}

.p-taxi-card__phase--02:after {
  border-color: #37a8d3 transparent transparent transparent;
}

.p-taxi-localnav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -12.5px;
}

@media screen and (max-width: 736px) {
  .p-taxi-localnav {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
  }
}

.p-taxi-localnav__wrapper {
  background-color: #edf0f1;
}

.p-taxi-localnav__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 350px;
  margin: 0 12.5px;
  padding: 20px 70px;
  background-color: #4ac83d;
  color: #fff;
  text-decoration: none;
  font-size: 2.0rem;
  line-height: 1.2;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "游明朝", YuMincho, serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (max-width: 736px) {
  .p-taxi-localnav__item {
    width: 100%;
    min-height: 65px;
    margin: 15px 0 0;
    padding: 10px 50px;
    font-size: 1.6rem;
  }
}

.p-taxi-localnav__item:first-of-type {
  margin-top: 0;
}

.p-taxi-localnav__item > span > span {
  font-size: 2.4rem;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 736px) {
  .p-taxi-localnav__item > span > span {
    font-size: 2.0rem;
  }
}

.p-taxi-localnav__item:before, .p-taxi-localnav__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  width: 16px;
  height: 2px;
}

@media screen and (max-width: 736px) {
  .p-taxi-localnav__item:before, .p-taxi-localnav__item:after {
    width: 10px;
    height: 1px;
  }
}

.p-taxi-localnav__item:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: -13px;
  right: 25px;
}

@media screen and (max-width: 736px) {
  .p-taxi-localnav__item:before {
    margin-left: -7px;
    right: 20px;
  }
}

.p-taxi-localnav__item:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -2px;
  right: 36px;
}

@media screen and (max-width: 736px) {
  .p-taxi-localnav__item:after {
    margin-left: 0;
    right: 26px;
  }
}

.p-taxi-localnav__item:hover {
  opacity: .8;
}

.p-taxi-oneday {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 0 20px;
  border-bottom: 1px dashed #aaa9a9;
}

@media screen and (max-width: 736px) {
  .p-taxi-oneday {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0 10px;
  }
}

.p-taxi-oneday:first-of-type {
  padding-top: 0;
}

.p-taxi-oneday:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.p-taxi-oneday__wrapper {
  padding-top: 50px;
}

@media screen and (max-width: 736px) {
  .p-taxi-oneday__wrapper {
    padding-top: 30px;
    margin: 0 -5px;
  }
}

.p-taxi-oneday__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  min-width: 250px;
  padding: 0 80px;
}

@media screen and (max-width: 736px) {
  .p-taxi-oneday__img {
    -ms-flex-pack: center;
        justify-content: center;
    min-width: inherit;
    padding: 0;
  }
}

.p-taxi-oneday__img > img {
  max-width: 91px;
}

@media screen and (max-width: 736px) {
  .p-taxi-oneday__img > img {
    max-width: none;
  }
}

@media screen and (max-width: 736px) {
  .p-taxi-oneday:first-of-type img {
    width: 69px;
    height: 79px;
  }
}

@media screen and (max-width: 736px) {
  .p-taxi-oneday:nth-of-type(2) img {
    width: 73px;
    height: 64px;
  }
}

@media screen and (max-width: 736px) {
  .p-taxi-oneday:nth-of-type(3) img {
    width: 70px;
    height: 89px;
  }
}

@media screen and (max-width: 736px) {
  .p-taxi-oneday:nth-of-type(4) img {
    width: 64px;
    height: 74.5px;
  }
}

.p-taxi-oneday__writting__ttl {
  color: #333333;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .p-taxi-oneday__writting__ttl {
    padding-top: 15px;
    font-size: 1.5rem;
  }
}

.p-taxi-oneday__writting__ttl > h4 {
  margin: 0;
}

.p-taxi-oneday__writting__txt {
  margin-top: 20px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "游明朝", YuMincho, serif;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 1.31px;
}

@media screen and (max-width: 736px) {
  .p-taxi-oneday__writting__txt {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

.p-taxi-oneday__writting__txt > p {
  margin: 0;
}

.p-taxi-oneday__writting__txt > p > span {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 736px) {
  .p-taxi-oneday__writting__txt > p > span {
    font-size: 1.2rem;
  }
}

.p-taxi-workstyle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 10;
  width: 300px;
  height: 300px;
  padding: 100px 40px 70px;
  border-radius: 50%;
  background-color: #edf0f1;
  margin: 0 30px;
}

@media screen and (max-width: 736px) {
  .p-taxi-workstyle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 145px;
    max-height: 145px;
    margin: 0 5px;
    padding: calc(5000% / 640) calc(2000% / 640) calc(4000% / 640);
  }
}

@media screen and (max-width: 736px) {
  .p-taxi-workstyle__wrapper--01 {
    padding-top: 15px;
  }
}

@media screen and (max-width: 736px) {
  .p-taxi-workstyle__wrapper--02 {
    padding-top: 25px;
  }
}

.p-taxi-workstyle__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin: 0 -30px;
  padding-top: 80px;
}

@media screen and (max-width: 736px) {
  .p-taxi-workstyle__outer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
    padding: 50px 10px 0;
  }
}

.p-taxi-workstyle__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 736px) {
  .p-taxi-workstyle__inner {
    width: 100%;
  }
}

@media screen and (min-width: 737px) {
  .p-taxi-workstyle__inner--01 {
    margin-right: 0;
  }
}

.p-taxi-workstyle__inner--02 {
  margin: 35px -60px 0 0;
}

@media screen and (max-width: 736px) {
  .p-taxi-workstyle__inner--02 {
    margin: 0 -5px;
    padding-top: 30px;
  }
}

.p-taxi-workstyle__ttl {
  position: relative;
  margin: 0;
  background-size: 100px auto;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 2.6rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1;
  letter-spacing: 2.16px;
}

@media screen and (min-width: 737px) {
  .p-taxi-workstyle__ttl {
    margin: 0 70px;
    padding: 10px 0;
    background: linear-gradient(transparent 60%, rgba(74, 200, 61, 0.2) 0%);
  }
}

@media screen and (min-width: 737px) and (-ms-high-contrast: active), screen and (min-width: 737px) and (-ms-high-contrast: none) {
  .p-taxi-workstyle__ttl {
    margin: 0 50px;
  }
}

@media screen and (max-width: 736px) {
  .p-taxi-workstyle__ttl {
    display: inline;
    font-size: 1.5rem;
    line-height: 1.37;
  }
}

.p-taxi-workstyle__ttl__container {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .p-taxi-workstyle__ttl__container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 736px) {
  .p-taxi-workstyle__ttl .taxi-underline {
    padding: 0 5px 5px;
    background: linear-gradient(transparent 50%, rgba(74, 200, 61, 0.2) 0%);
  }
}

.p-taxi-workstyle__writting {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.p-taxi-workstyle__writting__ttl {
  margin: 0 -30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #333333;
}

@media screen and (max-width: 736px) {
  .p-taxi-workstyle__writting__ttl {
    margin: 0 -10px;
    padding: 0 0 10px;
    font-size: 1.5rem;
  }
}

.p-taxi-workstyle__writting__ttl > h5 {
  margin: 0;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3.57px;
}

@media screen and (max-width: 736px) {
  .p-taxi-workstyle__writting__ttl > h5 {
    font-size: 1.5rem;
  }
}

.p-taxi-workstyle__writting__txt {
  margin-top: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.55;
  letter-spacing: 2.3px;
}

@media screen and (max-width: 736px) {
  .p-taxi-workstyle__writting__txt {
    margin-top: 10px;
    font-size: 1.0rem;
  }
}

.p-taxi-workstyle__writting__txt > p {
  margin: 0;
}

.p-taxi-workstyle__icon {
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 70px;
}

@media screen and (max-width: 736px) {
  .p-taxi-workstyle__icon {
    top: -25px;
    left: 40px;
    width: 50%;
    height: auto;
  }
}

.p-taxi-care {
  position: relative;
  width: 320px;
  margin: 0 15px;
  padding: 50px 0 30px;
  border-radius: 10px;
  background-color: #edf0f1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 736px) {
  .p-taxi-care {
    width: 100%;
    margin: 25px 0 0;
    padding: 25px 0 15px;
  }
}

.p-taxi-care:first-of-type {
  margin-top: 0;
}

.p-taxi-care__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .p-taxi-care__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -5px;
    border-width: 30px 35px 0 0;
  }
}

.p-taxi-care__ttl {
  position: absolute;
  top: -22px;
  left: 53px;
  margin: 0 auto;
  padding: 10px 45px;
  border-radius: 25px;
  background-color: #4ac83d;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .p-taxi-care__ttl {
    top: -11px;
    left: calc(20000% / 600);
    width: calc(20000% / 600);
    padding: 5px 0;
  }
}

.p-taxi-care__ttl > h4 {
  margin: 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 736px) {
  .p-taxi-care__ttl > h4 {
    font-size: 1.4rem;
  }
}

.p-taxi-care__txt {
  color: #333333;
  font-size: 2.2rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.54;
  letter-spacing: 0.65px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .p-taxi-care__txt {
    font-size: 1.3rem;
  }
}

.p-taxi-care__txt > p {
  margin: 0;
}

.p-taxi-conclusion {
  margin-top: 50px;
}

@media screen and (max-width: 736px) {
  .p-taxi-conclusion {
    margin-top: 15px;
    padding: 0 10px;
  }
}

.p-taxi-conclusion > p {
  margin: 0;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .p-taxi-conclusion > p {
    font-size: 1.2rem;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    letter-spacing: 1.2px;
    text-align: left;
  }
}

.p-taxi-conclusion__ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.4rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 3.91px;
}

@media screen and (max-width: 736px) {
  .p-taxi-conclusion__ttl {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    line-height: 1.44;
  }
}

.p-taxi-nensyu {
  padding-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .p-taxi-nensyu {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 736px) {
  .p-taxi-tokuten {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .p-taxi-tokuten__list {
    margin: -13px 0 0;
  }
}

@media screen and (max-width: 736px) {
  .p-taxi-tokuten__list > li {
    width: calc(15500% / 310);
  }
}

@media screen and (max-width: 736px) {
  .p-taxi-table {
    width: auto;
    margin: 0 -5px;
  }
}

.p-taxi-ttl {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 1.1px;
}

.p-taxi-txt--lead {
  margin: 0;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "游明朝", YuMincho, serif;
}

@media screen and (max-width: 736px) {
  .p-taxi-txt--lead {
    margin: -15px -5px 0 !important;
  }
}

.p-taxi-txt--strong {
  margin: 0;
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, ssans-serif;
  color: #333333;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 736px) {
  .p-taxi-txt--strong {
    margin: 0 -5px 25px;
    font-size: 1.5rem;
  }
}

.p-taxi-txt--red {
  color: #e85647;
  font-weight: 600;
}

.p-taxi-txt--large01 {
  font-size: 3.6rem;
}

@media screen and (max-width: 736px) {
  .p-taxi-txt--large01 {
    font-size: 1.9rem;
  }
}

.p-taxi-txt--large02 {
  position: relative;
  font-size: 2.6rem;
}

@media screen and (max-width: 736px) {
  .p-taxi-txt--large02 {
    font-size: 1.5rem;
  }
}

.p-taxi-txt--large02:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
  background: linear-gradient(transparent 80%, rgba(74, 200, 61, 0.2) 0%);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-taxi-txt--large02:after {
    bottom: 10px;
  }
}

@media screen and (max-width: 736px) {
  .p-taxi-txt--large02:after {
    bottom: -3px;
    padding-bottom: 25px;
  }
}

.p-taxi-txt--large03 {
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.0rem;
}

@media screen and (max-width: 736px) {
  .p-taxi-txt--large03 {
    font-size: 1.5rem;
  }
}

.p-taxi-txt--lh1 {
  line-height: 1;
}

.p-taxi-img--01 {
  margin-top: 50px;
}

@media screen and (max-width: 736px) {
  .p-taxi-img--01 {
    margin: 20px -5px 0;
  }
}

.p-taxi-img--02 {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .p-taxi-img--02 {
    margin: 10px -5px 0;
  }
}

.p-taxi-img--03 {
  margin-top: 60px;
}

@media screen and (max-width: 736px) {
  .p-taxi-img--03 {
    margin-top: 25px;
    padding: 0 10px;
  }
}

/**
 * ryo Style
 */
/* ========================== *
* Layout
* ========================== */
.l-ryo-section01 {
  background: url("../img/ryo/sec01_bg.jpg") bottom/cover no-repeat;
}

@media screen and (max-width: 736px) {
  .l-ryo-section01 {
    background-image: url("../img/ryo/sec01_bg_sp.jpg");
  }
}

.l-ryo-box1 {
  margin-top: 80px;
}

@media screen and (max-width: 736px) {
  .l-ryo-box1 {
    margin-top: 40px;
    padding: 0 15px;
  }
}

.l-ryo-box1__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px -20px 0;
}

@media screen and (max-width: 736px) {
  .l-ryo-box1__inner {
    display: block;
    margin: 25px 0 0;
  }
}

.l-ryo-main {
  margin-top: 80px;
}

@media screen and (max-width: 736px) {
  .l-ryo-main {
    margin-top: 40px;
    padding: 0 15px;
  }
}

.l-ryo-main__item {
  position: relative;
  z-index: 100;
  height: 100%;
  margin-top: 50px;
  border: 2px solid #07385f;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .l-ryo-main__item {
    margin-top: 25px;
  }
}

/* ========================== *
* Object
* ========================== */
/* Project ------------ */
.p-ryo-anshin {
  line-height: 1.2;
}

@media screen and (max-width: 736px) {
  .p-ryo-anshin {
    padding-top: 10px;
  }
}

.p-ryo-merit {
  min-width: 340px;
  margin: 0 20px;
  padding: 35px;
  border: 2px solid #07385f;
}

@media screen and (max-width: 736px) {
  .p-ryo-merit {
    min-width: auto;
    margin: 25px 0 0;
    padding: 25px 20px;
  }
}

@media screen and (max-width: 736px) {
  .p-ryo-merit:first-of-type {
    margin-top: 0;
  }
}

.p-ryo-merit__headline {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #07385f;
  color: #07385f;
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: .96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .p-ryo-merit__headline {
    padding-bottom: 10px;
    font-size: 1.7rem;
    line-height: 1.62687;
  }
}

.p-ryo-merit__text {
  margin: 20px 0 0;
  color: #333;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: .72px;
  line-height: 1.66667;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .p-ryo-merit__text {
    margin-top: 15px;
    line-height: 1.65455;
  }
}

.p-ryo-merit__text--note {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: .48px;
  line-height: 2.5;
}

@media screen and (max-width: 736px) {
  .p-ryo-merit__text--note {
    font-size: 1.25rem;
  }
}

.p-ryo-introduction {
  position: relative;
  z-index: 20;
  overflow: hidden;
}

.p-ryo-introduction__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  min-height: 80px;
  background-color: #ebf4da;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .p-ryo-introduction__header {
    display: block;
    height: 100%;
    min-height: 40px;
  }
}

.p-ryo-introduction__accordion {
  display: none;
}

@media screen and (max-width: 736px) {
  .p-ryo-introduction__accordion {
    display: block;
  }
}

@media screen and (max-width: 736px) {
  .p-ryo-introduction__accordion:before, .p-ryo-introduction__accordion:after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 20px;
    height: 4px;
    background-color: #aaa;
    pointer-events: all;
  }
}

@media screen and (max-width: 736px) {
  .p-ryo-introduction__accordion:before {
    right: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media screen and (max-width: 736px) {
  .p-ryo-introduction__accordion:after {
    right: 9px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (max-width: 736px) {
  .u-ryo-open .p-ryo-introduction__header .p-ryo-introduction__accordion:before, .u-ryo-open .p-ryo-introduction__header .p-ryo-introduction__accordion:after {
    right: 7px;
  }
}

@media screen and (max-width: 736px) {
  .u-ryo-open .p-ryo-introduction__header .p-ryo-introduction__accordion:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (max-width: 736px) {
  .u-ryo-open .p-ryo-introduction__header .p-ryo-introduction__accordion:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.p-ryo-introduction__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 -25px;
  padding: 50px 80px 0;
}

@media screen and (max-width: 736px) {
  .p-ryo-introduction__inner {
    display: block;
    margin: 0;
    padding: 15px 15px 0;
  }
}

@media screen and (min-width: 737px) {
  .p-ryo-introduction__inner > div:first-of-type {
    width: 350px;
  }
}

@media screen and (min-width: 737px) {
  .p-ryo-introduction__inner > div:last-of-type {
    -ms-flex: 1;
        flex: 1;
  }
}

.p-ryo-introduction__row {
  margin: 0 25px;
}

@media screen and (max-width: 736px) {
  .p-ryo-introduction__row {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 736px) {
  .p-ryo-introduction__row:first-of-type {
    margin-top: 0;
  }
}

.p-ryo-name {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  min-width: 230px;
  width: 230px;
  min-height: 80px;
  height: 100%;
  margin: 0;
  padding: 5px 5px 5px 20px;
  background-color: #07385f;
  border-bottom-right-radius: 6px;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

@media screen and (max-width: 736px) {
  .p-ryo-name {
    min-width: 120px;
    width: 120px;
    min-height: 40px;
    padding-left: 10px;
  }
}

.p-ryo-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #07385f;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.p-ryo-name > h5 {
  position: relative;
  z-index: 100;
  margin: 0;
  color: #fff;
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
  font-size: 3.4rem;
  letter-spacing: 1.36px;
  line-height: 1.29412;
  text-align: left;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

@media screen and (max-width: 736px) {
  .p-ryo-name > h5 {
    font-size: 1.7rem;
    line-height: 1.29412;
  }
}

.p-ryo-access {
  width: 100%;
  min-height: 80px;
  padding: 12px 20px 0 260px;
  margin-top: -80px;
  background-color: #ebf4da;
}

@media screen and (max-width: 736px) {
  .p-ryo-access {
    position: relative;
    top: 0;
    left: 0;
    min-height: auto;
    margin-top: 0;
    padding: 10px 15px 0;
  }
}

.p-ryo-access__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: start;
}

.p-ryo-access__item .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 25px;
  width: 25px;
  height: 100%;
}

@media screen and (max-width: 736px) {
  .p-ryo-access__item .icon {
    min-width: 20px;
    width: 20px;
  }
}

.p-ryo-access__item .icon > img {
  width: 100%;
}

.p-ryo-access__item .text {
  margin-top: -5px;
  padding-left: 10px;
}

@media screen and (max-width: 736px) {
  .p-ryo-access__item .text {
    margin-top: 0;
  }
}

.p-ryo-access__item .text > p {
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
  color: #07385f;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: .72px;
  line-height: 2.2;
}

@media screen and (max-width: 736px) {
  .p-ryo-access__item .text > p {
    vertical-align: super;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

.p-ryo-madori {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  padding: 40px 0;
  border: 1px solid #d2d2d2;
}

@media screen and (max-width: 736px) {
  .p-ryo-madori {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    padding: 15px 0;
  }
}

.p-ryo-madori-image {
  display: block;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  .p-ryo-madori-image {
    max-width: 240px;
    margin: 0 auto;
  }
}

.p-ryo-madori-image > img {
  min-width: 180px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .p-ryo-madori-image > img {
    min-width: auto;
    max-width: 100%;
  }
}

.p-ryo-madori-image .icon-zoom {
  position: absolute;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/ryo/icon_zoom.png) top center/cover no-repeat;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: .5s;
}

@media screen and (max-width: 736px) {
  .p-ryo-madori-image .icon-zoom {
    width: 35px;
    height: 35px;
  }
}

@media screen and (min-width: 737px) {
  .p-ryo-madori-image:hover .icon-zoom {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-ryo-madori__caption {
  margin: 10px 0 0;
  color: #000;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: .48px;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .p-ryo-madori__caption {
    font-size: 1.15rem;
    letter-spacing: .9px;
  }
}

.p-ryo-information {
  width: 100%;
}

.p-ryo-information__column {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #b5b5b5;
}

@media screen and (max-width: 736px) {
  .p-ryo-information__column {
    display: block;
  }
}

.p-ryo-information__column:last-of-type {
  border-bottom: 1px solid #b5b5b5;
}

@media screen and (max-width: 736px) {
  .p-ryo-information__column:last-of-type {
    border-bottom: none;
  }
  .p-ryo-information__column:last-of-type .p-ryo-information__column--description {
    padding-bottom: 0;
  }
}

.p-ryo-information__column--term, .p-ryo-information__column--description {
  position: relative;
  z-index: 1;
  padding: 10px;
  color: #000;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: .72px;
  line-height: 2;
  text-align: left;
}

@media screen and (min-width: 737px) {
  .p-ryo-information__column--term, .p-ryo-information__column--description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 736px) {
  .p-ryo-information__column--term, .p-ryo-information__column--description {
    font-size: 1.4rem;
    letter-spacing: 1.12px;
    line-height: 1.4;
  }
}

.p-ryo-information__column--term > p, .p-ryo-information__column--description > p {
  width: 100%;
  margin: 0;
}

.p-ryo-information__column--term {
  min-width: 114px;
  width: 114px;
  background-color: #ebf4da;
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 736px) {
  .p-ryo-information__column--term {
    max-width: 100%;
    width: 100%;
    padding: 10px;
  }
}

.p-ryo-information__column--description {
  -ms-flex: 1;
      flex: 1;
  padding-left: 20px;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 736px) {
  .p-ryo-information__column--description {
    padding: 15px 0;
  }
}

.p-ryo-information__googlemaps {
  margin: 0;
  color: #07385f;
  font-size: 1.4rem;
  letter-spacing: .56px;
  line-height: 1.2;
}

@media screen and (max-width: 736px) {
  .p-ryo-information__googlemaps {
    margin-top: 10px;
    font-size: 1.2rem;
    letter-spacing: .96px;
  }
}

.p-ryo-area {
  margin-top: 50px;
}

@media screen and (max-width: 736px) {
  .p-ryo-area {
    margin-top: 35px;
  }
}

.p-ryo-area__column {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  padding: 15px 0;
}

@media screen and (max-width: 736px) {
  .p-ryo-area__column {
    display: block;
    padding: 0;
    border-top: none;
  }
}

.p-ryo-area__column:before, .p-ryo-area__column:last-of-type:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-size: 8px 1px;
  background-image: linear-gradient(to right, #b5b5b5, #b5b5b5 4px, transparent 4px, transparent 9px);
  background-repeat: repeat-x;
}

.p-ryo-area__column:before {
  top: 0;
}

.p-ryo-area__column:last-of-type:after {
  bottom: 0;
}

.p-ryo-area__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 240px;
}

@media screen and (max-width: 736px) {
  .p-ryo-area__item {
    width: 100%;
    padding: 15px 0;
    background-size: 8px 1px;
    background-image: linear-gradient(to right, #b5b5b5, #b5b5b5 4px, transparent 4px, transparent 9px);
    background-repeat: repeat-x;
  }
}

.p-ryo-area__item:first-of-type {
  margin-right: 50px;
}

.p-ryo-area__item .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 30px;
  min-width: 30px;
}

@media screen and (max-width: 736px) {
  .p-ryo-area__item .icon {
    max-width: 20px;
    min-width: 20px;
  }
}

.p-ryo-area__item .icon > img {
  width: 100%;
}

.p-ryo-area__item .text {
  padding-left: 10px;
  color: #000;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: .72px;
  line-height: 1.66667;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .p-ryo-area__item .text {
    padding-left: 5px;
    font-size: 1.4rem;
    letter-spacing: 1.12px;
    line-height: 1.42857;
  }
}

.p-ryo-area__item .text > p {
  display: inline-block;
  margin: 0;
  vertical-align: baseline;
}

.p-ryo-area__item .text > p > img {
  padding: 0 5px;
  vertical-align: text-bottom;
}

.p-ryo-area__item .text > p .walker {
  width: 23px;
}

@media screen and (max-width: 736px) {
  .p-ryo-area__item .text > p .walker {
    margin-bottom: -3px;
  }
}

.p-ryo-area__item .text > p .bicycle {
  width: 37px;
}

.p-ryo-photo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin: 50px 0 50px 55px;
}

@media screen and (max-width: 736px) {
  .p-ryo-photo {
    display: block;
    margin: 45px 0 40px;
    padding: 0 15px;
  }
}

.p-ryo-photo__item {
  margin: 0 25px;
}

@media screen and (max-width: 736px) {
  .p-ryo-photo__item {
    max-width: 445px;
    margin: 20px auto 0;
  }
}

.p-ryo-photo__item > p {
  margin: 0;
  color: #000;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  letter-spacing: .72px;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .p-ryo-photo__item > p {
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: 1.12px;
    line-height: 1.28571;
  }
}

.p-ryo-banner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 40px;
  background-color: #ebf4da;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .p-ryo-banner {
    width: 100%;
    padding: 20px 15px;
  }
}

.p-ryo-banner__title {
  position: relative;
  padding-bottom: 15px;
  color: #193b5e;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "游明朝", YuMincho, serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .96px;
  line-height: 1.83333;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .p-ryo-banner__title {
    padding-bottom: 10px;
    font-size: 1.7rem;
    letter-spacing: 1.36px;
    line-height: 1.29412;
  }
}

.p-ryo-banner__title > p {
  margin: 0;
}

.p-ryo-banner__title:before, .p-ryo-banner__title:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 350px;
  margin: 0 auto;
  border: 1px solid #07385f;
}

@media screen and (max-width: 736px) {
  .p-ryo-banner__title:before, .p-ryo-banner__title:after {
    width: 225px;
    border-width: .5px;
  }
}

.p-ryo-banner__title:before {
  bottom: 0;
}

.p-ryo-banner__title:after {
  bottom: -5px;
}

@media screen and (max-width: 736px) {
  .p-ryo-banner__title:after {
    bottom: -4px;
  }
}

.p-ryo-banner__image {
  display: block;
  width: 495px;
  margin: 30px auto 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .p-ryo-banner__image {
    width: auto;
  }
}

.p-ryo-contact__note {
  width: 100%;
  color: #333;
  font-size: 1.4rem;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
  line-height: 2.14;
  text-align: center;
}

/* Component ------------ */
.c-ryo__title {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid rgba(204, 204, 204, 0.8);
  color: #333;
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN', 'MS PGothic', "メイリオ", Meiryo, sans-serif;
  font-size: 3.4rem;
  letter-spacing: 1.36px;
  line-height: 1.29412;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .c-ryo__title {
    padding-bottom: 10px;
    color: #333;
    font-size: 1.7rem;
    line-height: 1.47059;
    text-align: center;
  }
}

.c-ryo__title:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  width: 330px;
  margin: 0 auto;
  border-bottom: 3px solid rgba(7, 56, 95, 0.8);
}

@media screen and (max-width: 736px) {
  .c-ryo__title:after {
    width: 165px;
  }
}

.c-ryo-highlight {
  width: 100%;
  background: linear-gradient(transparent 50%, rgba(194, 223, 143, 0.7) 50%);
}

@media screen and (max-width: 736px) {
  .c-ryo-highlight {
    background: linear-gradient(transparent 60%, rgba(194, 223, 143, 0.7) 60%);
  }
}

/* Utility ------------ */
@media screen and (max-width: 736px) {
  .u-ryo-hide__sp {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .u-ryo-hide__sp--first {
    display: block;
  }
}

@media screen and (max-width: 736px) {
  .u-ryo-open .u-ryo-hide__sp {
    display: block;
  }
}

/**=========================================
* magnific popup
=========================================*/
.mfp-arrow-left:before {
  display: none;
}

.mfp-arrow-right:before {
  display: none;
}

.mfp-wrap .mfp-title {
  padding: 0 0 40px;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1500px;
          perspective: 1500px;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: scale(0.1) rotateY(60deg);
          transform: scale(0.1) rotateY(60deg);
  transition: .2s ease-in-out;
  -webkit-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}

.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
}

.mfp-bg {
  opacity: 0;
  transition: .5s;
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap img.mfp-img {
  padding: 80px 40px;
}

.mfp-wrap .mfp-figure:after {
  background-color: #fff;
}

/**=========================================
 * 共通モジュールの上書き
=========================================*/
@media screen and (max-width: 736px) {
  .m-bg--green-top--ryo {
    padding-bottom: 40px;
  }
}

/**
 * helper class
 */
.hide-on-mobile {
  display: block !important;
}

@media screen and (max-width: 736px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.hide-on-desktop {
  display: none !important;
}

@media screen and (max-width: 736px) {
  .hide-on-desktop {
    display: block !important;
  }
}

.hide-on-mobile-br {
  display: block !important;
  line-height: 0;
}

@media screen and (max-width: 736px) {
  .hide-on-mobile-br {
    display: none !important;
  }
}

.hide-on-desktop-br {
  display: none !important;
  line-height: 0;
}

@media screen and (max-width: 736px) {
  .hide-on-desktop-br {
    display: block !important;
  }
}

.hide-on-desktop-br br {
  display: none !important;
}

@media screen and (max-width: 736px) {
  .hide-on-desktop-br br {
    display: block !important;
  }
}

br.hide-on-mobile {
  display: block !important;
  line-height: 0;
}

@media screen and (max-width: 736px) {
  br.hide-on-mobile {
    display: none !important;
  }
}

br.hide-on-desktop {
  display: none !important;
  line-height: 0;
}

@media screen and (max-width: 736px) {
  br.hide-on-desktop {
    display: block !important;
  }
}

.hide-on-mobile-inline-block {
  display: inline-block !important;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .hide-on-mobile-inline-block {
    display: none !important;
  }
}

.hide-on-desktop-inline-block {
  display: none !important;
}

@media screen and (max-width: 736px) {
  .hide-on-desktop-inline-block {
    display: inline-block !important;
    line-height: 1;
  }
}

@media screen and (max-width: 736px) {
  .w300-sp {
    width: 300px;
  }
}

/* Font size
========================================================================== */
/* Relative size */
.size-xsmall {
  font-size: 0.9rem !important;
}

.size-small {
  font-size: 1rem !important;
}

.size-medium {
  font-size: 1.2rem !important;
}

.size-medium-ex {
  font-size: 1.3rem !important;
}

.size-large {
  font-size: 1.4rem !important;
}

.size-xlarge {
  font-size: 1.6rem !important;
}

.size-xxlarge {
  font-size: 1.8rem !important;
}

.size-xxlarge-pc {
  font-size: 1.8rem !important;
}

.size-xxxlarge {
  font-size: 2rem !important;
}

/* Absolute size */
.size-10px {
  font-size: 1rem !important;
}

.size-12px {
  font-size: 1.2rem !important;
}

.size-14px {
  font-size: 1.4rem !important;
}

.size-16px {
  font-size: 1.6rem !important;
}

.size-18px {
  font-size: 1.8rem !important;
}

.size-20px {
  font-size: 2rem !important;
}

.size-22px {
  font-size: 2.2rem !important;
}

.size-24px {
  font-size: 2.4rem !important;
}

.size-26px {
  font-size: 2.6rem !important;
}

.size-28px {
  font-size: 2.8rem !important;
}

.size-30px {
  font-size: 3rem !important;
}

.size-34px {
  font-size: 3.4rem !important;
}

/* Display
========================================================================== */
.dn {
  display: none !important;
}

.db {
  display: block !important;
}

.di {
  display: inline !important;
}

.di-b {
  display: inline-block !important;
}

.dt {
  display: table !important;
}

.dt-c {
  display: table-cell !important;
}

/* Font
========================================================================== */
.weight-normal {
  font-weight: normal !important;
}

.weight-bold {
  font-weight: bold !important;
}

.style-lined {
  text-decoration: underline !important;
}

.color-strong {
  color: #e90000 !important;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.letter-1 {
  letter-spacing: -1px;
}

.letter-2 {
  letter-spacing: -2px;
}

.letter-3 {
  letter-spacing: -3px;
}

.letter-4 {
  letter-spacing: -4px;
}

.letter-9 {
  letter-spacing: -9px;
}

@media screen and (max-width: 736px) {
  .letter-0-sp {
    letter-spacing: 0;
  }
}

/* Float
========================================================================== */
.pull-none {
  float: none !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.clear-both {
  clear: both !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Align
========================================================================== */
/* Horizontal */
.align-left {
  text-align: left !important;
}

@media screen and (max-width: 736px) {
  .align-left-sp {
    text-align: left !important;
  }
}

.align-center {
  text-align: center !important;
}

@media screen and (min-width: 737px) {
  .align-center-pc {
    text-align: center !important;
  }
}

.align-right {
  text-align: right !important;
}

/* Vertical */
.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

/* Space
========================================================================== */
.space-normal {
  margin-bottom: 1rem !important;
}

.space-near {
  margin-bottom: 0.5rem !important;
}

.space-far {
  margin-bottom: 1.5rem !important;
}

.space-section {
  margin-bottom: 30px !important;
}

.space-module {
  margin-bottom: 25px !important;
}

.space-none {
  margin-bottom: 0 !important;
}

/* Margin
========================================================================== */
.mt-40 {
  margin-top: -40px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt-1 {
  margin-top: -1px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 80px !important;
}

.mr-40 {
  margin-right: -40px !important;
}

.mr-30 {
  margin-right: -30px !important;
}

.mr-20 {
  margin-right: -20px !important;
}

.mr-15 {
  margin-right: -15px !important;
}

.mr-10 {
  margin-right: -10px !important;
}

.mr-8 {
  margin-right: -8px !important;
}

.mr-5 {
  margin-right: -5px !important;
}

.mr-1 {
  margin-right: -1px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb-40 {
  margin-bottom: -40px !important;
}

.mb-30 {
  margin-bottom: -30px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.mb-15 {
  margin-bottom: -15px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.mb-5 {
  margin-bottom: -5px !important;
}

.mb-1 {
  margin-bottom: -1px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml-40 {
  margin-left: -40px !important;
}

.ml-30 {
  margin-left: -30px !important;
}

.ml-20 {
  margin-left: -20px !important;
}

.ml-15 {
  margin-left: -15px !important;
}

.ml-10 {
  margin-left: -10px !important;
}

.ml-8 {
  margin-left: -8px !important;
}

.ml-5 {
  margin-left: -5px !important;
}

.ml-1 {
  margin-left: -1px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt-1 {
  margin-top: -1px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

@media screen and (max-width: 736px) {
  .mt-40-sp {
    margin-top: -40px !important;
  }
  .mt-30-sp {
    margin-top: -30px !important;
  }
  .mt-20-sp {
    margin-top: -20px !important;
  }
  .mt-15-sp {
    margin-top: -15px !important;
  }
  .mt-10-sp {
    margin-top: -10px !important;
  }
  .mt-5-sp {
    margin-top: -5px !important;
  }
  .mt-1-sp {
    margin-top: -1px !important;
  }
  .mt0-sp {
    margin-top: 0 !important;
  }
  .mt1-sp {
    margin-top: 1px !important;
  }
  .mt2-sp {
    margin-top: 2px !important;
  }
  .mt3-sp {
    margin-top: 3px !important;
  }
  .mt4-sp {
    margin-top: 4px !important;
  }
  .mt5-sp {
    margin-top: 5px !important;
  }
  .mt6-sp {
    margin-top: 6px !important;
  }
  .mt7-sp {
    margin-top: 7px !important;
  }
  .mt8-sp {
    margin-top: 8px !important;
  }
  .mt9-sp {
    margin-top: 9px !important;
  }
  .mt10-sp {
    margin-top: 10px !important;
  }
  .mt15-sp {
    margin-top: 15px !important;
  }
  .mt20-sp {
    margin-top: 20px !important;
  }
  .mt25-sp {
    margin-top: 25px !important;
  }
  .mt30-sp {
    margin-top: 30px !important;
  }
  .mt35-sp {
    margin-top: 35px !important;
  }
  .mt40-sp {
    margin-top: 40px !important;
  }
  .mt45-sp {
    margin-top: 45px !important;
  }
  .mt50-sp {
    margin-top: 50px !important;
  }
  .mt55-sp {
    margin-top: 55px !important;
  }
  .mt60-sp {
    margin-top: 60px !important;
  }
  .mr-40-sp {
    margin-right: -40px !important;
  }
  .mr-30-sp {
    margin-right: -30px !important;
  }
  .mr-20-sp {
    margin-right: -20px !important;
  }
  .mr-15-sp {
    margin-right: -15px !important;
  }
  .mr-10-sp {
    margin-right: -10px !important;
  }
  .mr-8-sp {
    margin-right: -8px !important;
  }
  .mr-5-sp {
    margin-right: -5px !important;
  }
  .mr-1-sp {
    margin-right: -1px !important;
  }
  .mr0-sp {
    margin-right: 0 !important;
  }
  .mr1-sp {
    margin-right: 1px !important;
  }
  .mr2-sp {
    margin-right: 2px !important;
  }
  .mr3-sp {
    margin-right: 3px !important;
  }
  .mr4-sp {
    margin-right: 4px !important;
  }
  .mr5-sp {
    margin-right: 5px !important;
  }
  .mr6-sp {
    margin-right: 6px !important;
  }
  .mr7-sp {
    margin-right: 7px !important;
  }
  .mr8-sp {
    margin-right: 8px !important;
  }
  .mr9-sp {
    margin-right: 9px !important;
  }
  .mr10-sp {
    margin-right: 10px !important;
  }
  .mr15-sp {
    margin-right: 15px !important;
  }
  .mr20-sp {
    margin-right: 20px !important;
  }
  .mr25-sp {
    margin-right: 25px !important;
  }
  .mr30-sp {
    margin-right: 30px !important;
  }
  .mr35-sp {
    margin-right: 35px !important;
  }
  .mr40-sp {
    margin-right: 40px !important;
  }
  .mr45-sp {
    margin-right: 45px !important;
  }
  .mr50-sp {
    margin-right: 50px !important;
  }
  .mr55-sp {
    margin-right: 55px !important;
  }
  .mr60-sp {
    margin-right: 60px !important;
  }
  .mb-40-sp {
    margin-bottom: -40px !important;
  }
  .mb-30-sp {
    margin-bottom: -30px !important;
  }
  .mb-20-sp {
    margin-bottom: -20px !important;
  }
  .mb-15-sp {
    margin-bottom: -15px !important;
  }
  .mb-10-sp {
    margin-bottom: -10px !important;
  }
  .mb-5-sp {
    margin-bottom: -5px !important;
  }
  .mb-1-sp {
    margin-bottom: -1px !important;
  }
  .mb0-sp {
    margin-bottom: 0 !important;
  }
  .mb1-sp {
    margin-bottom: 1px !important;
  }
  .mb2-sp {
    margin-bottom: 2px !important;
  }
  .mb3-sp {
    margin-bottom: 3px !important;
  }
  .mb4-sp {
    margin-bottom: 4px !important;
  }
  .mb5-sp {
    margin-bottom: 5px !important;
  }
  .mb6-sp {
    margin-bottom: 6px !important;
  }
  .mb7-sp {
    margin-bottom: 7px !important;
  }
  .mb8-sp {
    margin-bottom: 8px !important;
  }
  .mb9-sp {
    margin-bottom: 9px !important;
  }
  .mb10-sp {
    margin-bottom: 10px !important;
  }
  .mb15-sp {
    margin-bottom: 15px !important;
  }
  .mb20-sp {
    margin-bottom: 20px !important;
  }
  .mb25-sp {
    margin-bottom: 25px !important;
  }
  .mb30-sp {
    margin-bottom: 30px !important;
  }
  .mb35-sp {
    margin-bottom: 35px !important;
  }
  .mb40-sp {
    margin-bottom: 40px !important;
  }
  .mb45-sp {
    margin-bottom: 45px !important;
  }
  .mb50-sp {
    margin-bottom: 50px !important;
  }
  .mb55-sp {
    margin-bottom: 55px !important;
  }
  .mb60-sp {
    margin-bottom: 60px !important;
  }
  .ml-40-sp {
    margin-left: -40px !important;
  }
  .ml-30-sp {
    margin-left: -30px !important;
  }
  .ml-20-sp {
    margin-left: -20px !important;
  }
  .ml-15-sp {
    margin-left: -15px !important;
  }
  .ml-10-sp {
    margin-left: -10px !important;
  }
  .ml-8-sp {
    margin-left: -8px !important;
  }
  .ml-5-sp {
    margin-left: -5px !important;
  }
  .ml-1-sp {
    margin-left: -1px !important;
  }
  .ml0-sp {
    margin-left: 0 !important;
  }
  .ml1-sp {
    margin-left: 1px !important;
  }
  .ml2-sp {
    margin-left: 2px !important;
  }
  .ml3-sp {
    margin-left: 3px !important;
  }
  .ml4-sp {
    margin-left: 4px !important;
  }
  .ml5-sp {
    margin-left: 5px !important;
  }
  .ml6-sp {
    margin-left: 6px !important;
  }
  .ml7-sp {
    margin-left: 7px !important;
  }
  .ml8-sp {
    margin-left: 8px !important;
  }
  .ml9-sp {
    margin-left: 9px !important;
  }
  .ml10-sp {
    margin-left: 10px !important;
  }
  .ml15-sp {
    margin-left: 15px !important;
  }
  .ml20-sp {
    margin-left: 20px !important;
  }
  .ml25-sp {
    margin-left: 25px !important;
  }
  .ml30-sp {
    margin-left: 30px !important;
  }
  .ml35-sp {
    margin-left: 35px !important;
  }
  .ml40-sp {
    margin-left: 40px !important;
  }
  .ml45-sp {
    margin-left: 45px !important;
  }
  .ml50-sp {
    margin-left: 50px !important;
  }
  .ml55-sp {
    margin-left: 55px !important;
  }
  .ml60-sp {
    margin-left: 60px !important;
  }
  .mt-40-sp {
    margin-top: -40px !important;
  }
  .mt-30-sp {
    margin-top: -30px !important;
  }
  .mt-20-sp {
    margin-top: -20px !important;
  }
  .mt-15-sp {
    margin-top: -15px !important;
  }
  .mt-10-sp {
    margin-top: -10px !important;
  }
  .mt-5-sp {
    margin-top: -5px !important;
  }
  .mt-1-sp {
    margin-top: -1px !important;
  }
  .mt0-sp {
    margin-top: 0 !important;
  }
  .mt1-sp {
    margin-top: 1px !important;
  }
  .mt2-sp {
    margin-top: 2px !important;
  }
  .mt3-sp {
    margin-top: 3px !important;
  }
  .mt4-sp {
    margin-top: 4px !important;
  }
  .mt5-sp {
    margin-top: 5px !important;
  }
  .mt6-sp {
    margin-top: 6px !important;
  }
  .mt7-sp {
    margin-top: 7px !important;
  }
  .mt8-sp {
    margin-top: 8px !important;
  }
  .mt9-sp {
    margin-top: 9px !important;
  }
  .mt10-sp {
    margin-top: 10px !important;
  }
  .mt15-sp {
    margin-top: 15px !important;
  }
  .mt20-sp {
    margin-top: 20px !important;
  }
  .mt25-sp {
    margin-top: 25px !important;
  }
  .mt30-sp {
    margin-top: 30px !important;
  }
  .mt35-sp {
    margin-top: 35px !important;
  }
}

/* Padding
========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

/* width
========================================================================== */
.w100 {
  margin: 0 auto;
  width: 100px !important;
}

.w200 {
  margin: 0 auto;
  width: 200px !important;
}

.w10-per {
  margin: 0 auto;
  width: 10% !important;
}

.w15-per {
  margin: 0 auto;
  width: 15% !important;
}

.w20-per {
  margin: 0 auto;
  width: 20% !important;
}

.w25-per {
  margin: 0 auto;
  width: 25% !important;
}

.w33-per {
  margin: 0 auto;
  width: 33.333% !important;
}

.w40-per {
  margin: 0 auto;
  width: 40% !important;
}

.w45-per {
  margin: 0 auto;
  width: 45% !important;
}

.w50-per {
  margin: 0 auto;
  width: 50% !important;
}

.w55-per {
  margin: 0 auto;
  width: 55% !important;
}

.w60-per {
  margin: 0 auto;
  width: 60% !important;
}

.w65-per {
  margin: 0 auto;
  width: 65% !important;
}

.w70-per {
  margin: 0 auto;
  width: 70% !important;
}

.w75-per {
  margin: 0 auto;
  width: 75% !important;
}

.w80-per {
  margin: 0 auto;
  width: 80% !important;
}

.w85-per {
  margin: 0 auto;
  width: 85% !important;
}

.w90-per {
  margin: 0 auto;
  width: 90% !important;
}

.w95-per {
  margin: 0 auto;
  width: 95% !important;
}

.w100-per {
  margin: 0 auto;
  width: 100% !important;
}

@media screen and (max-width: 736px) {
  .w30-sp {
    margin: 0 auto;
    width: 30px !important;
  }
  .w40-sp {
    margin: 0 auto;
    width: 40px !important;
  }
  .w50-sp {
    margin: 0 auto;
    width: 50px !important;
  }
  .w70-sp {
    margin: 0 auto;
    width: 70px !important;
  }
  .w80-sp {
    margin: 0 auto;
    width: 80px !important;
  }
  .w90-sp {
    margin: 0 auto;
    width: 90px !important;
  }
  .w50-per-sp {
    margin: 0 auto;
    width: 50% !important;
  }
  .w60-per-sp {
    margin: 0 auto;
    width: 60% !important;
  }
  .w100-per-sp {
    margin: 0 auto;
    width: 100% !important;
  }
}

/**
 * State Style
 */
.is-hidden {
  z-index: -1;
  display: none;
}

.is-vidible {
  display: block;
}

/*# sourceMappingURL=../maps/style.css.map */
