@charset "UTF-8";
/*!
* (c) 2018 yuking11.net
* @project : yuking11.net
* @guideline : http://guideline.yuking11.net
* @version : 2
* @author: @Yuking11
*/
[class$=-effect] {
  display: inline-block !important;
  position: relative !important; }

[class$=-effect] img {
  vertical-align: top !important;
  margin: 0 !important;
  visibility: hidden !important; }

/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/* =====================================================

DEFAULT STYLES

===================================================== */
html {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  background: #FFF;
  color: #555;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  line-height: 1.6;
  word-wrap: break-all;
  word-break: break-all; }

a {
  color: #00C; }
  a:hover {
    color: #F60;
    text-decoration: none; }

a, button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button; }

ul, ol {
  list-style: none; }

img {
  max-width: 100%;
  vertical-align: top; }

input[type="text"], input[type="email"],
input[type="number"], input[type="tel"],
input[type="password"], textarea, select {
  outline: none;
  padding: 4px 6px;
  border: solid 1px #CCC;
  border-radius: 0;
  color: #555;
  font-size: 1rem;
  -webkit-transition: all .35s;
  transition: all .35s; }

input[type="text"], input[type="email"],
input[type="number"], input[type="tel"],
input[type="password"], textarea {
  background-color: #FFF; }

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 2px;
  border: 1px solid #CCC; }

input[type="radio"] {
  background-color: #444;
  border-radius: 50%; }

label {
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #999 !important; }

:-ms-input-placeholder {
  color: #999 !important; }

::-ms-input-placeholder {
  color: #999 !important; }

::placeholder {
  color: #999 !important; }
  @media print, screen and (max-width: 699px) {
    ::-webkit-input-placeholder {
      font-size: 0.875rem; }
    :-ms-input-placeholder {
      font-size: 0.875rem; }
    ::-ms-input-placeholder {
      font-size: 0.875rem; }
    ::placeholder {
      font-size: 0.875rem; } }

:placeholder-shown {
  color: #999 !important; }
  @media print, screen and (max-width: 699px) {
    :placeholder-shown {
      padding-top: 2px;
      font-size: 0.875rem; } }

::-webkit-input-placeholder {
  color: #999 !important; }
  @media print, screen and (max-width: 699px) {
    ::-webkit-input-placeholder {
      padding-top: 2px;
      font-size: 0.875rem; } }

:-ms-input-placeholder {
  color: #999 !important; }
  @media print, screen and (max-width: 699px) {
    :-ms-input-placeholder {
      padding-top: 2px;
      font-size: 0.875rem; } }

pre {
  clear: both;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #EDEAE4;
  max-height: 500px;
  margin: 1rem auto;
  padding: 0.5rem;
  border: 1px solid #CFCCC6;
  color: #666; }

code {
  -webkit-overflow-scrolling: touch;
  background-color: #EDEAE4;
  padding: 0 0.5rem;
  color: #666; }

.l-header .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px; }

@media print, screen and (max-width: 699px) {
  .l-header .l-inner {
    padding-top: 10px;
    padding-bottom: 10px; }
  .l-header .logo {
    width: 20.14085%; }
    .l-header .logo .logo_link {
      display: block; }
    .l-header .logo .logo_img {
      display: block; }
  .l-header .fb {
    width: 37.74648%; }
    .l-header .fb .fb_link {
      display: block; }
    .l-header .fb .fb_img {
      display: block; } }

@media print, screen and (min-width: 700px) {
  .l-header .l-inner {
    max-width: 1304px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 36px;
    padding-bottom: 36px; } }

.section {
  text-align: center; }
  @media print, screen and (min-width: 700px) {
    .section .section_inner {
      max-width: 1304px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 20px;
      padding-left: 20px; } }

.mv {
  text-align: center; }
  @media print, screen and (min-width: 700px) {
    .mv {
      background: url('../img/mv_bg.jpg?16574918ae0') no-repeat center center;
      background-size: cover;
      max-sheight: 736px; }
      .mv .mv_inner {
        max-width: 1304px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px; } }

@media print, screen and (min-width: 700px) {
  .why {
    background: url('../img/why_bg.jpg?1657491ae08') repeat-x top center;
    background-size: auto 12.8%; } }

.video {
  position: relative;
  padding-top: 56.25%; }
  .video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important; }

@media print, screen and (max-width: 699px) {
  .remodal .close {
    text-align: right;
    position: static !important;
    padding-bottom: 20px; } }

@media print, screen and (max-width: 699px) {
  .diff .diff_movie_wrap {
    margin: 0 5.33333%; } }

@media print, screen and (min-width: 700px) {
  .diff .diff_movie_wrap {
    width: 71.20253%;
    margin: 0 auto; } }

.media_bnr {
  position: relative; }
  .media_bnr .media_list {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto; }
    .media_bnr .media_list .list_link {
      -webkit-transition: all .35s;
      transition: all .35s; }
      .media_bnr .media_list .list_link:hover, .media_bnr .media_list .list_link.is-hover {
        opacity: .75; }
  @media print, screen and (max-width: 699px) {
    .media_bnr .media_list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      bottom: 12%; }
      .media_bnr .media_list .list_item {
        width: 36.53333%;
        margin: 2px 5px; } }
  @media print, screen and (min-width: 700px) {
    .media_bnr .media_list {
      bottom: 11%;
      margin-right: 19.62025%;
      margin-left: 19.62025%; }
      .media_bnr .media_list .list_item {
        margin: 0 5px; } }

.icollect {
  background: linear-gradient(-45deg, #E7231F 25%, #E93936 25%, #E93936 50%, #E7231F 50%, #E7231F 75%, #E93936 75%, #E93936);
  background-size: 10px 10px; }
  .icollect .icollect_btn {
    -webkit-transition: all .35s;
    transition: all .35s; }
    .icollect .icollect_btn:hover, .icollect .icollect_btn.is-hover {
      opacity: .75; }
  @media print, screen and (max-width: 699px) {
    .icollect {
      padding: 0 0 30px; }
      .icollect .icollect_ttl {
        margin-bottom: 32px; }
      .icollect .icollect_btn {
        display: block;
        margin: 30px 5.33333% 0; } }
  @media print, screen and (min-width: 700px) {
    .icollect {
      padding-bottom: 34px; }
      .icollect .icollect_ttl {
        margin-bottom: 32px; } }

.l-aside {
  background-color: #EFEFEF; }
  .l-aside .bnr_link {
    -webkit-transition: all .35s;
    transition: all .35s; }
    .l-aside .bnr_link:hover, .l-aside .bnr_link.is-hover {
      opacity: .75; }
  @media print, screen and (max-width: 699px) {
    .l-aside {
      padding: 30px 0; }
      .l-aside .bnr {
        margin: 0 20.8%; }
        .l-aside .bnr .bnr_item + .bnr_item {
          margin-top: 7px; } }
  @media print, screen and (min-width: 700px) {
    .l-aside {
      padding: 53px 0 48px; }
      .l-aside .bnr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .l-aside .bnr .bnr_item {
          margin: 0 10px; } }

.l-footer {
  background-color: #2D0D00;
  text-align: center;
  color: #FFF; }
  @media print, screen and (max-width: 699px) {
    .l-footer {
      padding: 7px 0;
      font-size: 0.625rem;
      line-height: 1.6; } }
  @media print, screen and (min-width: 700px) {
    .l-footer {
      padding: 14px 0;
      font-size: 1rem;
      line-height: 2; } }

.u-tal {
  text-align: left; }

.u-tar {
  text-align: right; }

.u-tac {
  text-align: center; }

.u-vat {
  vertical-align: top; }

.u-vam {
  vertical-align: middle; }

.u-vab {
  vertical-align: bottom; }

.u-fl_l {
  float: left; }

.u-fl_r {
  float: right; }

.u-fl:after {
  content: "";
  display: block;
  clear: both; }

.u-fl .u-fl_item {
  float: left; }

.u-fl .u-fl_item-rv {
  float: right; }

.u-clear, .u-clear::after {
  clear: both; }

.u-clear_l, .u-clear_l::after {
  clear: left; }

.u-clear_r, .u-clear_r::after {
  clear: right; }

.cf::after {
  content: "";
  display: block;
  clear: both; }

@media print, screen and (max-width: 699px) {
  .u-disp_br-sp {
    display: block; }
  .u-disp-pc {
    display: none; }
  .u-disp_br-pc {
    content: ""; }
    .u-disp_br-pc::after {
      content: "";
      margin-right: 0; } }

@media print, screen and (min-width: 700px) {
  .u-disp-sp {
    display: none; }
  .u-disp_br-sp {
    content: ""; }
    .u-disp_br-sp::after {
      content: "";
      margin-right: 0; }
  .u-disp_br-pc {
    display: block; } }

.u-indent {
  text-indent: 1em; }

.u-idtlet {
  padding-left: 1em;
  text-indent: -1em; }

.u-del {
  text-decoration: line-through; }

.u-italic {
  font-style: italic; }

.u-normal {
  font-weight: normal; }

.u-bold {
  font-weight: bold; }

.u-xx_small {
  font-size: 60%; }

.u-x_small {
  font-size: 75%; }

.u-small {
  font-size: 88.88%; }

.u-large {
  font-size: 120%; }

.u-x_large {
  font-size: 150%; }

.u-xx_large {
  font-size: 200%; }

.u-mg0 {
  margin: 0px !important; }

.u-mt0 {
  margin-top: 0px !important; }

.u-mr0 {
  margin-right: 0px !important; }

.u-mb0 {
  margin-bottom: 0px !important; }

.u-ml0 {
  margin-left: 0px !important; }

.u-mg5 {
  margin: 5px !important; }

.u-mt5 {
  margin-top: 5px !important; }

.u-mr5 {
  margin-right: 5px !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-ml5 {
  margin-left: 5px !important; }

.u-mg10 {
  margin: 10px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mr10 {
  margin-right: 10px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-ml10 {
  margin-left: 10px !important; }

.u-mg15 {
  margin: 15px !important; }

.u-mt15 {
  margin-top: 15px !important; }

.u-mr15 {
  margin-right: 15px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-ml15 {
  margin-left: 15px !important; }

.u-mg20 {
  margin: 20px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mr20 {
  margin-right: 20px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-ml20 {
  margin-left: 20px !important; }

.u-mg25 {
  margin: 25px !important; }

.u-mt25 {
  margin-top: 25px !important; }

.u-mr25 {
  margin-right: 25px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-ml25 {
  margin-left: 25px !important; }

.u-mg30 {
  margin: 30px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mr30 {
  margin-right: 30px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-ml30 {
  margin-left: 30px !important; }

.u-mg35 {
  margin: 35px !important; }

.u-mt35 {
  margin-top: 35px !important; }

.u-mr35 {
  margin-right: 35px !important; }

.u-mb35 {
  margin-bottom: 35px !important; }

.u-ml35 {
  margin-left: 35px !important; }

.u-mg40 {
  margin: 40px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mr40 {
  margin-right: 40px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-ml40 {
  margin-left: 40px !important; }

.u-mg45 {
  margin: 45px !important; }

.u-mt45 {
  margin-top: 45px !important; }

.u-mr45 {
  margin-right: 45px !important; }

.u-mb45 {
  margin-bottom: 45px !important; }

.u-ml45 {
  margin-left: 45px !important; }

.u-mg50 {
  margin: 50px !important; }

.u-mt50 {
  margin-top: 50px !important; }

.u-mr50 {
  margin-right: 50px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-ml50 {
  margin-left: 50px !important; }

.u-pd0 {
  padding: 0px !important; }

.u-pt0 {
  padding-top: 0px !important; }

.u-pr0 {
  padding-right: 0px !important; }

.u-pb0 {
  padding-bottom: 0px !important; }

.u-pl0 {
  padding-left: 0px !important; }

.u-pd5 {
  padding: 5px !important; }

.u-pt5 {
  padding-top: 5px !important; }

.u-pr5 {
  padding-right: 5px !important; }

.u-pb5 {
  padding-bottom: 5px !important; }

.u-pl5 {
  padding-left: 5px !important; }

.u-pd10 {
  padding: 10px !important; }

.u-pt10 {
  padding-top: 10px !important; }

.u-pr10 {
  padding-right: 10px !important; }

.u-pb10 {
  padding-bottom: 10px !important; }

.u-pl10 {
  padding-left: 10px !important; }

.u-pd15 {
  padding: 15px !important; }

.u-pt15 {
  padding-top: 15px !important; }

.u-pr15 {
  padding-right: 15px !important; }

.u-pb15 {
  padding-bottom: 15px !important; }

.u-pl15 {
  padding-left: 15px !important; }

.u-pd20 {
  padding: 20px !important; }

.u-pt20 {
  padding-top: 20px !important; }

.u-pr20 {
  padding-right: 20px !important; }

.u-pb20 {
  padding-bottom: 20px !important; }

.u-pl20 {
  padding-left: 20px !important; }

.u-pd25 {
  padding: 25px !important; }

.u-pt25 {
  padding-top: 25px !important; }

.u-pr25 {
  padding-right: 25px !important; }

.u-pb25 {
  padding-bottom: 25px !important; }

.u-pl25 {
  padding-left: 25px !important; }

.u-pd30 {
  padding: 30px !important; }

.u-pt30 {
  padding-top: 30px !important; }

.u-pr30 {
  padding-right: 30px !important; }

.u-pb30 {
  padding-bottom: 30px !important; }

.u-pl30 {
  padding-left: 30px !important; }

.u-pd35 {
  padding: 35px !important; }

.u-pt35 {
  padding-top: 35px !important; }

.u-pr35 {
  padding-right: 35px !important; }

.u-pb35 {
  padding-bottom: 35px !important; }

.u-pl35 {
  padding-left: 35px !important; }

.u-pd40 {
  padding: 40px !important; }

.u-pt40 {
  padding-top: 40px !important; }

.u-pr40 {
  padding-right: 40px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

.u-pl40 {
  padding-left: 40px !important; }

.u-pd45 {
  padding: 45px !important; }

.u-pt45 {
  padding-top: 45px !important; }

.u-pr45 {
  padding-right: 45px !important; }

.u-pb45 {
  padding-bottom: 45px !important; }

.u-pl45 {
  padding-left: 45px !important; }

.u-pd50 {
  padding: 50px !important; }

.u-pt50 {
  padding-top: 50px !important; }

.u-pr50 {
  padding-right: 50px !important; }

.u-pb50 {
  padding-bottom: 50px !important; }

.u-pl50 {
  padding-left: 50px !important; }

/* =====================================================

set Print

===================================================== */
@media print {
  section {
    display: block; }
  pre code {
    page-break-after: auto; }
  @page {
    margin-top: .4cm;
    margin: .5cm; }
  p a, code, pre {
    word-wrap: break-word; }
  pre a[href]:after {
    content: ""; }
  pre abbr[title]:after {
    content: ""; }
  pre.ir a:after,
  pre a[href^="javascript:"]:after,
  pre a[href^="#"]:after {
    content: ""; }
  .no_print {
    display: none; } }

/*# sourceMappingURL=app.css.map */
