@charset "UTF-8";
@import "https://code.jquery.com/ui/1.11.4/themes/ui-lightness/jquery-ui.css";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1;
  overflow-x: hidden;
  width: 100%; }

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

a {
  color: #000;
  text-decoration: none; }
  a:visited {
    color: #000; }
  a:hover, a:focus {
    opacity: 0.85; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  line-height: 1.4; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 768px) {
    .container {
      width: 768px; } }
  @media (min-width: 1024px) {
    .container {
      width: 1024px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid::after {
    clear: both;
    content: "";
    display: block; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row::after {
    clear: both;
    content: "";
    display: block; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
.yn-form input[type='email'],
.yn-form input[type='number'],
.yn-form input[type='password'],
.yn-form input[type='search'],
.yn-form input[type='tel'],
.yn-form input[type='text'],
.yn-form input[type='url'],
.yn-form textarea,
.yn-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 14px;
  height: 46px;
  padding: 5px 10px;
  text-indent: 0.01px;
  text-overflow: '';
  width: 100%; }
  .yn-form input[type='email']:focus,
  .yn-form input[type='number']:focus,
  .yn-form input[type='password']:focus,
  .yn-form input[type='search']:focus,
  .yn-form input[type='tel']:focus,
  .yn-form input[type='text']:focus,
  .yn-form input[type='url']:focus,
  .yn-form textarea:focus,
  .yn-form select:focus {
    border: 1px solid #ddd;
    outline: 0; }
.yn-form select {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyOSAxNCIgd2lkdGg9IjI5Ij48cGF0aCBmaWxsPSIjZDFkMWQxIiBkPSJNOS40IDMuNmw1IDcgNS4yLTciLz48L3N2Zz4=) center right no-repeat; }
  .yn-form select:focus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyOSAxNCIgd2lkdGg9IjI5Ij48cGF0aCBmaWxsPSIjNGViYjAxIiBkPSJNMTkuNiAzLjZIOS40bDUgNyIvPjwvc3ZnPg==); }
.yn-form select::-ms-expand {
  display: none; }
.yn-form input[type='checkbox'],
.yn-form input[type='radio'] {
  display: inline; }

header.yn-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
  width: 100%;
  z-index: 10; }
  header.yn-header .yn-header-logo {
    float: left;
    line-height: 60px; }
    header.yn-header .yn-header-logo img {
      margin-top: -3px;
      vertical-align: middle; }
      @media (max-width: 768px) {
        header.yn-header .yn-header-logo img {
          height: 25px;
          width: 125px; } }
  header.yn-header .yn-header-nav {
    float: right; }
    header.yn-header .yn-header-nav li {
      display: inline-block;
      line-height: 60px; }
      header.yn-header .yn-header-nav li a {
        height: 100%;
        width: 100%; }
    header.yn-header .yn-header-nav li + li {
      padding-left: 20px; }
    header.yn-header .yn-header-nav .outline {
      border: 2px solid #000;
      padding: 6px 8px; }
  header.yn-header .yn-header-description {
    color: #999;
    display: table;
    height: 60px;
    overflow: hidden;
    word-wrap: break-word; }
    @media (max-width: 768px) {
      header.yn-header .yn-header-description {
        font-size: 11px; } }
    header.yn-header .yn-header-description span {
      display: table-cell;
      line-height: normal;
      vertical-align: middle; }

.yn-show-sp {
  display: none !important; }

@media (max-width: 768px) {
  .yn-hide-sp {
    display: none !important; }

  .yn-show-sp {
    display: block !important; } }
#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none; }

.modal-content {
  color: #545860;
  cursor: pointer;
  display: none;
  background-color: #f6f6f6;
  line-height: 1.2rem;
  padding: 30px 25px; }
  .modal-content .modal-close {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIxNTYgMjY0IDEyIDEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDE1NiAyNjQgMTIgMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojQUFBQUFBO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNjMuNCwyNjQuMmMtNC4zLTEtOC4xLDIuOC03LjEsNy4xYzAuNSwyLjIsMi4yLDMuOSw0LjQsNC40YzQuMywxLDguMS0yLjgsNy4xLTcuMUMxNjcuMywyNjYuNSwxNjUuNSwyNjQuNywxNjMuNCwyNjQuMnogTTE2NC45LDI3MmMwLDAsMC4xLDAuMSwwLjEsMC4xYzAsMC4xLDAsMC4xLTAuMSwwLjFsLTAuNiwwLjZjMCwwLTAuMSwwLjEtMC4xLDAuMWMtMC4xLDAtMC4xLDAtMC4xLTAuMWwtMi0ybC0yLDJjMCwwLTAuMSwwLjEtMC4xLDAuMWMtMC4xLDAtMC4xLDAtMC4xLTAuMWwtMC42LTAuNmMwLDAtMC4xLTAuMS0wLjEtMC4xczAtMC4xLDAuMS0wLjFsMi0ybC0yLTJjLTAuMS0wLjEtMC4xLTAuMiwwLTAuM2wwLjYtMC42YzAsMCwwLjEtMC4xLDAuMS0wLjFjMC4xLDAsMC4xLDAsMC4xLDAuMWwyLDJsMi0yYzAsMCwwLjEtMC4xLDAuMS0wLjFjMC4xLDAsMC4xLDAsMC4xLDAuMWwwLjYsMC42YzAuMSwwLjEsMC4xLDAuMiwwLDAuM2wtMiwyTDE2NC45LDI3MnoiLz48L2c+PC9zdmc+);
    display: block;
    height: 14px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 14px;
    z-index: 2; }

.yn-site-header {
  background: url("../images/top-bg.jpg") no-repeat center top;
  background-size: cover;
  height: 400px;
  position: relative; }
  .yn-site-header .yn-site-header-overlay {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%; }
  .yn-site-header .container {
    margin-top: -400px;
    overflow: hidden; }
  .yn-site-header .yn-site-header-lang {
    font-size: 12px;
    height: 30px;
    padding-top: 8px;
    margin-right: 10px;
    text-align: right; }
    .yn-site-header .yn-site-header-lang a {
      color: #fff;
      text-decoration: none; }
    .yn-site-header .yn-site-header-lang a + a:before {
      padding: 0 3px 0 2px;
      content: "/"; }
  .yn-site-header .yn-serach-box {
    background: rgba(0, 0, 0, 0.4);
    height: 340px;
    padding: 30px; }
    .yn-site-header .yn-serach-box input, .yn-site-header .yn-serach-box select {
      color: #545860; }
  .yn-site-header .yn-form .row {
    margin-top: 18px; }
    .yn-site-header .yn-form .row .col-xs-4,
    .yn-site-header .yn-form .row .col-xs-6,
    .yn-site-header .yn-form .row .col-xs-8,
    .yn-site-header .yn-form .row .col-xs-12 {
      padding-left: 9px;
      padding-right: 9px; }
  .yn-site-header .yn-form h2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left; }
  .yn-site-header .yn-form .yn-button {
    background-color: #4ebb01;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 46px;
    letter-spacing: 6px;
    width: 100%; }
    .yn-site-header .yn-form .yn-button:hover, .yn-site-header .yn-form .yn-button:focus {
      background-color: #59d401; }
  .yn-site-header .datepicker {
    background: transparent url("../images/bg-input-datepicker.png") right center no-repeat; }
  .yn-site-header .yn-form-select {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0; }
    .yn-site-header .yn-form-select.small {
      font-size: 10px; }

.yn-section-header {
  background-color: #000;
  border: 0;
  height: 2px;
  margin: 0 auto;
  width: 55px; }

.yn-section-title {
  color: #000;
  font-size: 24px;
  font-weight: normal;
  padding: 30px;
  text-align: center; }
  .yn-section-title img {
    margin-right: 5px;
    vertical-align: middle; }

.yn-area-map {
  background: #fff;
  padding-top: 40px; }
  .yn-area-map .yn-map-box {
    background-color: #f6f6f6;
    height: 0;
    padding-bottom: 85.9375%;
    position: relative; }

.yn-map-box svg,
.yn-area-minimap svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.yn-area-lists {
  border-top: 1px solid #ddd;
  font-size: 14px; }
  @media (max-width: 768px) {
    .yn-area-lists {
      margin-left: -10px;
      margin-right: -10px; } }
  .yn-area-lists li > a {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDUxLjg0NnB4IiBoZWlnaHQ9IjQ1MS44NDdweCIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTM0NS40NDEsMjQ4LjI5MkwxNTEuMTU0LDQ0Mi41NzNjLTEyLjM1OSwxMi4zNjUtMzIuMzk3LDEyLjM2NS00NC43NSwwYy0xMi4zNTQtMTIuMzU0LTEyLjM1NC0zMi4zOTEsMC00NC43NDRMMjc4LjMxOCwyMjUuOTJMMTA2LjQwOSw1NC4wMTdjLTEyLjM1NC0xMi4zNTktMTIuMzU0LTMyLjM5NCwwLTQ0Ljc0OGMxMi4zNTQtMTIuMzU5LDMyLjM5MS0xMi4zNTksNDQuNzUsMGwxOTQuMjg3LDE5NC4yODRjNi4xNzcsNi4xOCw5LjI2MiwxNC4yNzEsOS4yNjIsMjIuMzY2QzM1NC43MDgsMjM0LjAxOCwzNTEuNjE3LDI0Mi4xMTUsMzQ1LjQ0MSwyNDguMjkyeiIgZmlsbD0iI0NDQ0NDQyIgLz48L2c+PC9zdmc+IA==);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    overflow: hidden;
    padding: 15px 20px;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap; }
  .yn-area-lists span.link {
    margin-top: -31px;
    position: absolute;
    right: 11%;
    z-index: 100; }
  .yn-area-lists .yn-area-large-header {
    background-color: #4ebb01;
    color: #fff;
    padding: 15px 20px;
    width: 100%; }
    .yn-area-lists .yn-area-large-header span > a {
      color: #fff;
      text-decoration: underline; }
    .yn-area-lists .yn-area-large-header span.site {
      margin-left: 10px; }
    .yn-area-lists .yn-area-large-header span.info {
      float: right; }
  .yn-area-lists .yn-area-header > a {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyOSAxNCIgd2lkdGg9IjI5Ij48cGF0aCBmaWxsPSIjNGViYjAxIiBkPSJNMTkuNiAzLjZIOS40bDUgNyIvPjwvc3ZnPg==);
    background-size: 20px 20px;
    border-bottom: 1px solid #ddd; }
  .yn-area-lists .yn-area-header.is-expanded > a {
    background-color: #ddd;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItODUgMTQgMjkgMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTg1IDE0IDI5IDE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzRFQkIwMTt9PC9zdHlsZT48ZyB0cmFuc2Zvcm09InJvdGF0ZSgxODApIj48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzUuNi0yNC4xSDY1LjRsNSw3Ii8+PC9nPjwvc3ZnPg==);
    font-weight: bold; }
  .yn-area-lists .yn-area-header span {
    display: inline-block; }
  .yn-area-lists ul.js-accordion-submenu {
    display: none; }
  .yn-area-lists .is-expanded {
    display: block; }
    .yn-area-lists .is-expanded ul.js-accordion-submenu li > a {
      border-bottom: 1px solid #ddd;
      padding-left: 35px;
      padding-right: 50px; }
    .yn-area-lists .is-expanded ul.js-accordion-submenu li.en > a {
      font-size: 10.5px;
      padding-left: 25px;
      padding-right: 0; }

.yn-information {
  background: #fff;
  padding-bottom: 80px;
  padding-top: 40px; }
  .yn-information p {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
    @media (max-width: 768px) {
      .yn-information p {
        font-size: 16px;
        text-align: left; }
        .yn-information p br {
          display: none; } }

.yn-news,
.yn-site-footer {
  background: #fff;
  border-top: 1px solid #ddd;
  padding-top: 40px; }

.yn-news-latest,
.yn-news-notice {
  padding-bottom: 60px; }

.yn-notice-list {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  margin-bottom: 20px;
  position: relative; }
  @media (max-width: 768px) {
    .yn-notice-list {
      margin-left: -10px;
      margin-right: -10px; } }
  .yn-notice-list a {
    color: #545860;
    text-decoration: none; }
  .yn-notice-list li {
    padding: 10px 10px 10px 36px; }
    .yn-notice-list li:before {
      border: transparent solid 6px;
      border-left-color: #4ebb01;
      content: "";
      height: 0;
      width: 0;
      left: 14px;
      margin: 0px;
      margin-top: 4px;
      padding: 0px;
      position: absolute; }
  .yn-notice-list li + li {
    border-top: 1px solid #ddd; }

.yn-latest-list {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  margin-bottom: 40px;
  position: relative; }
  .yn-latest-list.closed {
    height: 350px;
    overflow: hidden; }
    .yn-latest-list.closed:after {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
      content: '';
      height: 350px;
      position: absolute;
      top: 0;
      width: 100%; }
  .yn-latest-list li {
    padding: 10px; }
    .yn-latest-list li::after {
      clear: both;
      content: "";
      display: block; }
    .yn-latest-list li div > h4 {
      margin: 10px 0 5px; }
  .yn-latest-list li + li {
    border-top: 1px solid #ddd; }
  .yn-latest-list a {
    color: #4ebb01;
    text-decoration: none; }
    .yn-latest-list a:hover {
      text-decoration: underline; }
  .yn-latest-list .date {
    margin: 5px 0 4px; }
    .yn-latest-list .date small {
      font-size: 12px; }
  .yn-latest-list .article-title {
    margin: 5px 0 4px; }
  .yn-latest-list .thumbnail {
    width: auto;
    height: 80px;
    float: right; }
  .yn-latest-list .excert {
    margin-top: 5px; }

.yn-notice-banner {
  padding-top: 20px; }
  @media (max-width: 768px) {
    .yn-notice-banner {
      padding: 0 20px; } }
  .yn-notice-banner li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 49%; }
  .yn-notice-banner img {
    max-width: 100%;
    vertical-align: middle; }

.yn-site-footer {
  padding-bottom: 50px;
  padding-top: 60px; }
  @media (max-width: 768px) {
    .yn-site-footer .yn-pr-section {
      padding: 0 20px;
      text-align: center; } }
  .yn-site-footer .yn-footer-descripton {
    font-size: 18px;
    padding: 0 20px 40px; }
  .yn-site-footer .yn-title-pr {
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; }
    @media (max-width: 768px) {
      .yn-site-footer .yn-title-pr {
        padding-top: 40px; } }
  .yn-site-footer .yn-guide-list,
  .yn-site-footer .yn-pr-list {
    font-size: 14px;
    padding-bottom: 40px;
    padding-top: 10px; }
    .yn-site-footer .yn-guide-list li,
    .yn-site-footer .yn-pr-list li {
      padding: 4px; }
      .yn-site-footer .yn-guide-list li img,
      .yn-site-footer .yn-pr-list li img {
        margin-top: 5px;
        max-width: 100%; }
    .yn-site-footer .yn-guide-list a,
    .yn-site-footer .yn-pr-list a {
      color: #4ebb01;
      text-decoration: none; }
  @media (max-width: 768px) {
    .yn-site-footer .yn-guide-list {
      padding: 0 20px; } }
  @media (max-width: 768px) {
    .yn-site-footer .yn-banner-list {
      margin: 0 20px; } }
  .yn-site-footer .yn-banner-list li {
    display: inline-block;
    text-align: center;
    margin: 0 1% 15px;
    width: 22%; }
    @media (max-width: 768px) {
      .yn-site-footer .yn-banner-list li {
        margin: 20px 0 0;
        width: 49%; } }
    .yn-site-footer .yn-banner-list li img {
      max-width: 100%;
      vertical-align: middle; }

.yn-footer {
  background-color: #0d293f;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 50px 20px 70px;
  text-align: center; }

.yn-footer-title {
  line-height: 25px;
  vertical-align: middle; }
  .yn-footer-title img {
    margin: 0 10px; }
  .yn-footer-title span {
    display: inline-block;
    vertical-align: top; }

.yn-footer-links {
  margin-top: 30px; }
  .yn-footer-links a {
    color: #fff;
    text-decoration: none; }
  .yn-footer-links li {
    display: inline-block;
    line-height: 1.8; }
  .yn-footer-links li + li:before {
    content: "|";
    padding: 0 6px 0 5px; }

.yn-more-button {
  background-color: #4ebb01;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 320px; }
  .yn-more-button:link, .yn-more-button:visited, .yn-more-button:hover, .yn-more-button:focus {
    color: #fff; }

.pagetop {
  position: fixed;
  bottom: 220px;
  right: 0;
  display: none; }
  @media (max-width: 768px) {
    .pagetop {
      bottom: 0; } }
  .pagetop a {
    transition: all 0.25s ease-out;
    display: block;
    width: 45px;
    height: 45px;
    background: #4ebb01;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }
    .pagetop a:hover, .pagetop a:active {
      opacity: 0.7; }

.yn-info {
  background: #fff;
  border-radius: 50%;
  color: #4ebb01; }

.ui-tooltip {
  white-space: pre-line; }

.yn-area-map + .yn-site-footer {
  border-top: 0; }

.yn-area-content {
  padding-top: 40px; }
  .yn-area-content .yn-area-minimap,
  .yn-area-content .yn-area-branchs {
    margin-bottom: 80px; }
    @media (min-width: 768px) {
      .yn-area-content .yn-area-minimap,
      .yn-area-content .yn-area-branchs {
        padding-left: 30px; } }
  .yn-area-content .yn-area-minimap {
    background-color: #f6f6f6;
    height: 0;
    padding-bottom: 58.33333%;
    position: relative; }
    @media (max-width: 1024px) {
      .yn-area-content .yn-area-minimap {
        padding-bottom: 100%; } }
