@charset "UTF-8";

@import"custom.css";

/*
   ★★★★★★★★★★★★★★★

   semanticの変数をこちらでも使いたい場合には、同名の変数を_setting.scss内に宣言すること

   ★★★★★★★★★★★★★★★

*/
/*---  Colors  ---*/
/*-------------------
      Borders
--------------------*/
.color-blue {
  color: #f5c627; }

.color-key {
  color: #f5c627; }

.color-green {
  color: #ffaa15; }

.color-red {
  color: #de3922; }

.color-orange {
  color: #f99c51; }

.color-text {
  color: #353535; }

.color-text-sub {
  color: #8f8f8f; }

.color-bg {
  color: #f1f1f1; }

.color-border {
  color: #e6e6e6; }

.color-map-pin {
  color: #fb7064; }

.bg-key {
  background-color: #f5c627; }

.bg-blue {
  background-color: #f5c627; }

.bg-green {
  background-color: #ffaa15; }

.bg-red {
  background-color: #de3922; }

.bg-orange {
  background-color: #f99c51; }

.bg-text {
  background-color: #353535; }

.bg-text-sub {
  background-color: #8f8f8f; }

.bg-bg {
  background-color: #f1f1f1; }

.bg-border {
  background-color: #e6e6e6; }

.color-bg-white0 {
  background-color: #ffffff; }

.color-bg-white1 {
  background-color: #f9f9f9; }

.color-bg-white2 {
  background-color: #f1f1f1; }

.color-bg-white3 {
  background-color: #e6e6e6; }

.color-bg-white4 {
  background-color: #d4d4d4; }

.color-bg-black0 {
  background-color: #353535; }

.color-bg-black1 {
  background-color: #555555; }

.color-bg-black2 {
  background-color: #8f8f8f; }

.bg-profile {
  background: #f9f9f9; }

/*
   http://codepen.io/awesomephant/pen/mAxHz
   ex
   .my-thing {
      @include long-shadow($type: text, $color: indigo, $length: 50, $fadeout: false, $skew: true, $direction: right);
   }
*/
/* easy hover */
/* fix to disable green android border */
.lo {
  vertical-align: baseline;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  list-style: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Noto Sans Japanese' , Verdana, "メイリオ", Meiryo, sans-serif; }

body, html {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Noto Sans Japanese' , Verdana, "メイリオ", Meiryo, sans-serif; }

/*


   どうしてもな状況場合にのみ使用してください。
   ここが増えると大変です。


*/
.lo .ui.sidebar {
  z-index: 1;
  display: none; }
  .lo .ui.sidebar.animating,
  .lo .ui.sidebar.visible {
    display: block; }

.lo .kill-appearance {
  -webkit-appearance: none !important; }

.lo .ui.secondary.menu .ui.dropdown .menu {
  margin-top: -1px !important; }

.lo .ui.labels .label,
.lo .ui.label {
  background-color: white;
  border-radius: 0;
  border: 1px solid #d6c494; }

.lo .ui.vertical.menu {
  box-shadow: none;
  border-radius: 0; }
  .lo .ui.vertical.menu .item.active {
    background-color: #edecd9; }

.lo .ui.segment {
  box-shadow: none;
  border-radius: 0; }

.lo .ui.form .fields .field .ui.input input,
.lo .ui.form .field .ui.input input {
  border-radius: 0; }

.lo .ui.tabular.menu .item.active {
  background-color: #f6f6ee; }

.lo .ui.segment .ui.tabular.menu .item.active {
  background-color: white; }

.lo .ui.pagination.menu {
  box-shadow: none;
  border-radius: 0; }

.lo .ui.button {
  border-radius: 0px; }

.lo .ui.buttons .button:first-child,
.lo .ui.buttons .button:last-child {
  border-radius: 0px; }

.lo .ui.dropdown .menu {
  border-radius: 0px; }

.lo .ui.labeled.icon.menu {
  box-shadow: none;
  border-radius: 0px; }

.lo .ui.card {
  border-radius: 0px; }

.lo .ui.cards .ui.bottom.attached.button {
  background-color: #EDECD9; }

.lo .ui.button.black.basic.labeled {
  background-color: black;
  color: black; }
  .lo .ui.button.black.basic.labeled .icon {
    background-color: transparent; }

.lo .sidebar .buttons.basic.inverted .ui.button.active {
  background-color: white !important;
  color: black !important; }

.lo .ui.black.label {
  transition: all 0.3s ease; }
  .lo .ui.black.label:hover {
    opacity: 0.9;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

.lo .ui.pagination.menu {
  font-size: 0.5em; }
  @media screen and (min-width: 768px) {
    .lo .ui.pagination.menu {
      font-size: 1em; } }

.lo-cms-body {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: justify;
  /* headline */
  /* table */ }
  .lo-cms-body img {
    max-width: 100%; }
  .lo-cms-body a {
    text-decoration: underline;
    position: relative;
    font-weight: bold;
    transition: all 0.3s ease; }
    .lo-cms-body a:hover {
      text-decoration: none; }
  .lo-cms-body h1 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 1.5em; }
  .lo-cms-body h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 1.5em; }
  .lo-cms-body h3 {
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 1.5em; }
  .lo-cms-body h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 1.5em; }
  .lo-cms-body h5 {
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 1.5em; }
  .lo-cms-body h6 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 1.5em; }
  .lo-cms-body p {
    font-size: 1em;
    line-height: 1.9;
    margin-bottom: 0.5em;
    margin-top: 1.5em; }
  .lo-cms-body small {
    font-size: 0.8em; }
  .lo-cms-body strong {
    font-weight: bold; }
  .lo-cms-body table {
    border: 1px solid #d9d9d9;
    margin-bottom: 1.5em;
    width: 100%; }
    .lo-cms-body table caption {
      font-weight: bold; }
    .lo-cms-body table th {
      background: #dddddd;
      /* Old browsers */
      font-size: 10px; }
    .lo-cms-body table td {
      font-size: 12px; }
    .lo-cms-body table td,
    .lo-cms-body table th {
      border: 1px solid #d9d9d9;
      padding: 6.66667px 10px;
      vertical-align: middle;
      line-height: 1.5; }
  .lo-cms-body ul {
    margin-bottom: 1.5em; }
    .lo-cms-body ul li {
      list-style-type: disc;
      margin-left: 2em; }
  .lo-cms-body ol {
    margin-bottom: 1.5em; }
    .lo-cms-body ol li {
      list-style-type: decimal;
      margin-left: 2em; }
  .lo-cms-body dl dd {
    padding: 0 1em 1em 1em; }
  .lo-cms-body hr {
    display: block;
    height: 0px;
    margin: 7px 0;
    border: none;
    border-top: 1px solid #d9d9d9; }
  .lo-cms-body * html hr {
    /* for -IE6 */
    margin: 0; }
  .lo-cms-body *:first-child + html hr {
    /* for IE7 */
    margin: 0; }
  .lo-cms-body blockquote {
    background-color: #f2f2f2;
    padding: 1em;
    border-radius: 2px;
    font-style: italic;
    font-size: 0.9em; }
  .lo-cms-body figure {
    margin: 1em 0;
    background-color: #f2f2f2;
    padding: 1em;
    text-align: center; }
    .lo-cms-body figure img {
      max-width: 100%; }
    .lo-cms-body figure figcaption {
      margin: 1em;
      font-size: 10rem; }
  @media screen and (min-width: 320px) {
    .lo-cms-body {
      text-align: left; } }
  .lo-cms-body img {
    border-radius: 3px; }

/*
   コーディングレギュレーション

   ・ハイフネーション


*/
ul li {
  list-style-type: none; }

hr hr.line-basic {
  display: block;
  outline: none;
  border: none;
  margin: 0;
  padding: 0; }

.shadow-basic {
  -ms-box-shadow: 2px 0px 8px 1px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 2px 0px 8px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 0px 8px 1px rgba(0, 0, 0, 0.03); }

.bt {
  border-top: 1px solid #e6e6e6; }

.br {
  border-right: 1px solid #e6e6e6; }

.bl {
  border-left: 1px solid #e6e6e6; }

.bb {
  border-bottom: 1px solid #e6e6e6; }

.ba {
  border: 1px solid #e6e6e6; }

.btd {
  border-top: 2px dotted #e6e6e6; }

.brd {
  border-right: 2px dotted #e6e6e6; }

.bld {
  border-left: 2px dotted #e6e6e6; }

.bbd {
  border-bottom: 2px dotted #e6e6e6; }

.nb {
  border: none !important; }

/* easy hover */
.opacity-hover:hover,
.opacity-hover a:hover {
  opacity: .70;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=70);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
  -khtml-opacity: .70;
  /* Safari 1.x */
  -moz-opacity: .70;
  /* FF lt 1.5, Netscape */ }

.rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn-box {
  padding-top: 1px;
  margin-top: -1px; }
  .btn-box input {
    font-weight: bold; }
  .btn-box button {
    display: block;
    height: 100%; }

.btn-basic {
  width: 100%;
  margin-bottom: 3px;
  color: #555555;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #bbbbbb, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #bbbbbb, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #bbbbbb, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #d4d4d4;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-basic * {
    text-decoration: none; }
    .btn-basic * i {
      font-weight: normal; }
  .btn-basic:link {
    text-decoration: none;
    font-weight: bold;
    color: #555555; }
  .btn-basic:hover,
  .btn-basic.hover {
    transition: all 0.1s ease;
    background: #e1e1e1;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #bbbbbb, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #bbbbbb, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #bbbbbb, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-basic:visited {
    color: #555555; }
  .btn-basic:active,
  .btn-basic.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #bbbbbb;
    -o-box-shadow: 0px 0 0px #bbbbbb;
    box-shadow: 0px 0 0px #bbbbbb; }
  .btn-basic:focus {
    outline: none; }
  .btn-basic img {
    vertical-align: middle; }
  .lt-ie9 .btn-basic {
    color: #555555;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #bbbbbb;
    background: #d4d4d4;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #bbbbbb;
    -o-box-shadow: 0px 0 0px #bbbbbb;
    box-shadow: 0px 0 0px #bbbbbb; }
    .lt-ie9 .btn-basic:active,
    .lt-ie9 .btn-basic.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #bbbbbb; }
  .btn-basic .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #c7c7c7;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-basic.type-small {
    padding: 4px 0 3px 0; }
  .btn-basic .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-basic.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-basic.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-basic.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-basic.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-black {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #1c1c1c, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #1c1c1c, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #1c1c1c, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #353535;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-black * {
    text-decoration: none; }
    .btn-black * i {
      font-weight: normal; }
  .btn-black:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-black:hover,
  .btn-black.hover {
    transition: all 0.1s ease;
    background: #424242;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #1c1c1c, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #1c1c1c, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #1c1c1c, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-black:visited {
    color: #ffffff; }
  .btn-black:active,
  .btn-black.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #1c1c1c;
    -o-box-shadow: 0px 0 0px #1c1c1c;
    box-shadow: 0px 0 0px #1c1c1c; }
  .btn-black:focus {
    outline: none; }
  .btn-black img {
    vertical-align: middle; }
  .lt-ie9 .btn-black {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #1c1c1c;
    background: #353535;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #1c1c1c;
    -o-box-shadow: 0px 0 0px #1c1c1c;
    box-shadow: 0px 0 0px #1c1c1c; }
    .lt-ie9 .btn-black:active,
    .lt-ie9 .btn-black.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #1c1c1c; }
  .btn-black .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #282828;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-black.type-small {
    padding: 4px 0 3px 0; }
  .btn-black .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-black.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-black.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-black.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-black.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-grey {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #4e4e4e, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #4e4e4e, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #4e4e4e, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #676767;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-grey * {
    text-decoration: none; }
    .btn-grey * i {
      font-weight: normal; }
  .btn-grey:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-grey:hover,
  .btn-grey.hover {
    transition: all 0.1s ease;
    background: #747474;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #4e4e4e, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #4e4e4e, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #4e4e4e, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-grey:visited {
    color: #ffffff; }
  .btn-grey:active,
  .btn-grey.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #4e4e4e;
    -o-box-shadow: 0px 0 0px #4e4e4e;
    box-shadow: 0px 0 0px #4e4e4e; }
  .btn-grey:focus {
    outline: none; }
  .btn-grey img {
    vertical-align: middle; }
  .lt-ie9 .btn-grey {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #4e4e4e;
    background: #676767;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #4e4e4e;
    -o-box-shadow: 0px 0 0px #4e4e4e;
    box-shadow: 0px 0 0px #4e4e4e; }
    .lt-ie9 .btn-grey:active,
    .lt-ie9 .btn-grey.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #4e4e4e; }
  .btn-grey .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #5a5a5a;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-grey.type-small {
    padding: 4px 0 3px 0; }
  .btn-grey .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-grey.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-grey.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-grey.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-grey.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-yellow,
.btn-key,
.btn-submit {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #dfae0a, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #dfae0a, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #dfae0a, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #f5c627;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-yellow *,
  .btn-key *,
  .btn-submit * {
    text-decoration: none; }
    .btn-yellow * i,
    .btn-key * i,
    .btn-submit * i {
      font-weight: normal; }
  .btn-yellow:link,
  .btn-key:link,
  .btn-submit:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-yellow:hover,
  .btn-yellow.hover,
  .btn-key:hover,
  .btn-key.hover,
  .btn-submit:hover,
  .btn-submit.hover {
    transition: all 0.1s ease;
    background: #f6cc3f;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #dfae0a, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #dfae0a, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #dfae0a, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-yellow:visited,
  .btn-key:visited,
  .btn-submit:visited {
    color: #ffffff; }
  .btn-yellow:active,
  .btn-yellow.active,
  .btn-key:active,
  .btn-key.active,
  .btn-submit:active,
  .btn-submit.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #dfae0a;
    -o-box-shadow: 0px 0 0px #dfae0a;
    box-shadow: 0px 0 0px #dfae0a; }
  .btn-yellow:focus,
  .btn-key:focus,
  .btn-submit:focus {
    outline: none; }
  .btn-yellow img,
  .btn-key img,
  .btn-submit img {
    vertical-align: middle; }
  .lt-ie9 .btn-yellow,
  .lt-ie9 .btn-key,
  .lt-ie9 .btn-submit {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #dfae0a;
    background: #f5c627;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #dfae0a;
    -o-box-shadow: 0px 0 0px #dfae0a;
    box-shadow: 0px 0 0px #dfae0a; }
    .lt-ie9 .btn-yellow:active,
    .lt-ie9 .btn-yellow.active,
    .lt-ie9 .btn-key:active,
    .lt-ie9 .btn-key.active,
    .lt-ie9 .btn-submit:active,
    .lt-ie9 .btn-submit.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #dfae0a; }
  .btn-yellow .btn-icon,
  .btn-key .btn-icon,
  .btn-submit .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #f4c00f;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-yellow.type-small,
  .btn-key.type-small,
  .btn-submit.type-small {
    padding: 4px 0 3px 0; }
  .btn-yellow .share-num,
  .btn-key .share-num,
  .btn-submit .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-yellow.type-sns-share,
  .btn-key.type-sns-share,
  .btn-submit.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-yellow.type-sns-share .share-btn-num,
    .btn-key.type-sns-share .share-btn-num,
    .btn-submit.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-yellow.type-sns-share .share-btn-num:after,
      .btn-key.type-sns-share .share-btn-num:after,
      .btn-submit.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-yellow.type-sns-share .share-btn-body,
    .btn-key.type-sns-share .share-btn-body,
    .btn-submit.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-green {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #e18f00, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #e18f00, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #e18f00, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #ffaa15;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-green * {
    text-decoration: none; }
    .btn-green * i {
      font-weight: normal; }
  .btn-green:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-green:hover,
  .btn-green.hover {
    transition: all 0.1s ease;
    background: #ffb32f;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #e18f00, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #e18f00, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #e18f00, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-green:visited {
    color: #ffffff; }
  .btn-green:active,
  .btn-green.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #e18f00;
    -o-box-shadow: 0px 0 0px #e18f00;
    box-shadow: 0px 0 0px #e18f00; }
  .btn-green:focus {
    outline: none; }
  .btn-green img {
    vertical-align: middle; }
  .lt-ie9 .btn-green {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #e18f00;
    background: #ffaa15;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #e18f00;
    -o-box-shadow: 0px 0 0px #e18f00;
    box-shadow: 0px 0 0px #e18f00; }
    .lt-ie9 .btn-green:active,
    .lt-ie9 .btn-green.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #e18f00; }
  .btn-green .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #fba000;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-green.type-small {
    padding: 4px 0 3px 0; }
  .btn-green .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-green.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-green.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-green.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-green.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-red {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #b22d1b, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #b22d1b, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #b22d1b, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #de3922;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-red * {
    text-decoration: none; }
    .btn-red * i {
      font-weight: normal; }
  .btn-red:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-red:hover,
  .btn-red.hover {
    transition: all 0.1s ease;
    background: #e14d38;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #b22d1b, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #b22d1b, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #b22d1b, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-red:visited {
    color: #ffffff; }
  .btn-red:active,
  .btn-red.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #b22d1b;
    -o-box-shadow: 0px 0 0px #b22d1b;
    box-shadow: 0px 0 0px #b22d1b; }
  .btn-red:focus {
    outline: none; }
  .btn-red img {
    vertical-align: middle; }
  .lt-ie9 .btn-red {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #b22d1b;
    background: #de3922;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #b22d1b;
    -o-box-shadow: 0px 0 0px #b22d1b;
    box-shadow: 0px 0 0px #b22d1b; }
    .lt-ie9 .btn-red:active,
    .lt-ie9 .btn-red.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #b22d1b; }
  .btn-red .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #c9331e;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-red.type-small {
    padding: 4px 0 3px 0; }
  .btn-red .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-red.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-red.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-red.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-red.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-orange {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #f78020, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #f78020, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #f78020, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #f99c51;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-orange * {
    text-decoration: none; }
    .btn-orange * i {
      font-weight: normal; }
  .btn-orange:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-orange:hover,
  .btn-orange.hover {
    transition: all 0.1s ease;
    background: #faaa6a;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #f78020, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #f78020, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #f78020, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-orange:visited {
    color: #ffffff; }
  .btn-orange:active,
  .btn-orange.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #f78020;
    -o-box-shadow: 0px 0 0px #f78020;
    box-shadow: 0px 0 0px #f78020; }
  .btn-orange:focus {
    outline: none; }
  .btn-orange img {
    vertical-align: middle; }
  .lt-ie9 .btn-orange {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #f78020;
    background: #f99c51;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #f78020;
    -o-box-shadow: 0px 0 0px #f78020;
    box-shadow: 0px 0 0px #f78020; }
    .lt-ie9 .btn-orange:active,
    .lt-ie9 .btn-orange.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #f78020; }
  .btn-orange .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #f88e38;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-orange.type-small {
    padding: 4px 0 3px 0; }
  .btn-orange .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-orange.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-orange.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-orange.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-orange.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-map-pin {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #fa4232, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #fa4232, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #fa4232, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #fb7064;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-map-pin * {
    text-decoration: none; }
    .btn-map-pin * i {
      font-weight: normal; }
  .btn-map-pin:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-map-pin:hover,
  .btn-map-pin.hover {
    transition: all 0.1s ease;
    background: #fc877d;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #fa4232, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #fa4232, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #fa4232, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-map-pin:visited {
    color: #ffffff; }
  .btn-map-pin:active,
  .btn-map-pin.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #fa4232;
    -o-box-shadow: 0px 0 0px #fa4232;
    box-shadow: 0px 0 0px #fa4232; }
  .btn-map-pin:focus {
    outline: none; }
  .btn-map-pin img {
    vertical-align: middle; }
  .lt-ie9 .btn-map-pin {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #fa4232;
    background: #fb7064;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #fa4232;
    -o-box-shadow: 0px 0 0px #fa4232;
    box-shadow: 0px 0 0px #fa4232; }
    .lt-ie9 .btn-map-pin:active,
    .lt-ie9 .btn-map-pin.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #fa4232; }
  .btn-map-pin .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #fa594b;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-map-pin.type-small {
    padding: 4px 0 3px 0; }
  .btn-map-pin .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-map-pin.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-map-pin.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-map-pin.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-map-pin.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-facebook {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #3c59a5, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #3c59a5, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #3c59a5, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #5372c1;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-facebook * {
    text-decoration: none; }
    .btn-facebook * i {
      font-weight: normal; }
  .btn-facebook:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-facebook:hover,
  .btn-facebook.hover {
    transition: all 0.1s ease;
    background: #6681c8;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #3c59a5, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #3c59a5, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #3c59a5, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-facebook:visited {
    color: #ffffff; }
  .btn-facebook:active,
  .btn-facebook.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #3c59a5;
    -o-box-shadow: 0px 0 0px #3c59a5;
    box-shadow: 0px 0 0px #3c59a5; }
  .btn-facebook:focus {
    outline: none; }
  .btn-facebook img {
    vertical-align: middle; }
  .lt-ie9 .btn-facebook {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #3c59a5;
    background: #5372c1;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #3c59a5;
    -o-box-shadow: 0px 0 0px #3c59a5;
    box-shadow: 0px 0 0px #3c59a5; }
    .lt-ie9 .btn-facebook:active,
    .lt-ie9 .btn-facebook.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #3c59a5; }
  .btn-facebook .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #4264b8;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-facebook.type-small {
    padding: 4px 0 3px 0; }
  .btn-facebook .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-facebook.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-facebook.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-facebook.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-facebook.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-twitter {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #148eec, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #148eec, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #148eec, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #43a5f0;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-twitter * {
    text-decoration: none; }
    .btn-twitter * i {
      font-weight: normal; }
  .btn-twitter:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-twitter:hover,
  .btn-twitter.hover {
    transition: all 0.1s ease;
    background: #5bb0f2;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #148eec, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #148eec, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #148eec, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-twitter:visited {
    color: #ffffff; }
  .btn-twitter:active,
  .btn-twitter.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #148eec;
    -o-box-shadow: 0px 0 0px #148eec;
    box-shadow: 0px 0 0px #148eec; }
  .btn-twitter:focus {
    outline: none; }
  .btn-twitter img {
    vertical-align: middle; }
  .lt-ie9 .btn-twitter {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #148eec;
    background: #43a5f0;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #148eec;
    -o-box-shadow: 0px 0 0px #148eec;
    box-shadow: 0px 0 0px #148eec; }
    .lt-ie9 .btn-twitter:active,
    .lt-ie9 .btn-twitter.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #148eec; }
  .btn-twitter .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #2b9aee;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-twitter.type-small {
    padding: 4px 0 3px 0; }
  .btn-twitter .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-twitter.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-twitter.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-twitter.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-twitter.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-pinterest {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #9f191f, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #9f191f, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #9f191f, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #cb2028;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-pinterest * {
    text-decoration: none; }
    .btn-pinterest * i {
      font-weight: normal; }
  .btn-pinterest:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-pinterest:hover,
  .btn-pinterest.hover {
    transition: all 0.1s ease;
    background: #dd2730;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #9f191f, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #9f191f, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #9f191f, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-pinterest:visited {
    color: #ffffff; }
  .btn-pinterest:active,
  .btn-pinterest.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #9f191f;
    -o-box-shadow: 0px 0 0px #9f191f;
    box-shadow: 0px 0 0px #9f191f; }
  .btn-pinterest:focus {
    outline: none; }
  .btn-pinterest img {
    vertical-align: middle; }
  .lt-ie9 .btn-pinterest {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #9f191f;
    background: #cb2028;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #9f191f;
    -o-box-shadow: 0px 0 0px #9f191f;
    box-shadow: 0px 0 0px #9f191f; }
    .lt-ie9 .btn-pinterest:active,
    .lt-ie9 .btn-pinterest.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #9f191f; }
  .btn-pinterest .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #b51d24;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-pinterest.type-small {
    padding: 4px 0 3px 0; }
  .btn-pinterest .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-pinterest.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-pinterest.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-pinterest.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-pinterest.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-googleplus {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #c33221, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #c33221, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #c33221, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #de4b39;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-googleplus * {
    text-decoration: none; }
    .btn-googleplus * i {
      font-weight: normal; }
  .btn-googleplus:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-googleplus:hover,
  .btn-googleplus.hover {
    transition: all 0.1s ease;
    background: #e25f4f;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #c33221, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #c33221, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #c33221, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-googleplus:visited {
    color: #ffffff; }
  .btn-googleplus:active,
  .btn-googleplus.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #c33221;
    -o-box-shadow: 0px 0 0px #c33221;
    box-shadow: 0px 0 0px #c33221; }
  .btn-googleplus:focus {
    outline: none; }
  .btn-googleplus img {
    vertical-align: middle; }
  .lt-ie9 .btn-googleplus {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #c33221;
    background: #de4b39;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #c33221;
    -o-box-shadow: 0px 0 0px #c33221;
    box-shadow: 0px 0 0px #c33221; }
    .lt-ie9 .btn-googleplus:active,
    .lt-ie9 .btn-googleplus.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #c33221; }
  .btn-googleplus .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #d93824;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-googleplus.type-small {
    padding: 4px 0 3px 0; }
  .btn-googleplus .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-googleplus.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-googleplus.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-googleplus.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-googleplus.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-line {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #1f8c0b, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #1f8c0b, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #1f8c0b, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #29bb0f;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-line * {
    text-decoration: none; }
    .btn-line * i {
      font-weight: normal; }
  .btn-line:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-line:hover,
  .btn-line.hover {
    transition: all 0.1s ease;
    background: #2ed311;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #1f8c0b, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #1f8c0b, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #1f8c0b, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-line:visited {
    color: #ffffff; }
  .btn-line:active,
  .btn-line.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #1f8c0b;
    -o-box-shadow: 0px 0 0px #1f8c0b;
    box-shadow: 0px 0 0px #1f8c0b; }
  .btn-line:focus {
    outline: none; }
  .btn-line img {
    vertical-align: middle; }
  .lt-ie9 .btn-line {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #1f8c0b;
    background: #29bb0f;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #1f8c0b;
    -o-box-shadow: 0px 0 0px #1f8c0b;
    box-shadow: 0px 0 0px #1f8c0b; }
    .lt-ie9 .btn-line:active,
    .lt-ie9 .btn-line.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #1f8c0b; }
  .btn-line .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #24a30d;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-line.type-small {
    padding: 4px 0 3px 0; }
  .btn-line .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-line.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-line.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-line.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-line.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-share-facebook {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #3c59a5, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #3c59a5, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #3c59a5, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #5372c1;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-share-facebook * {
    text-decoration: none; }
    .btn-share-facebook * i {
      font-weight: normal; }
  .btn-share-facebook:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-share-facebook:hover,
  .btn-share-facebook.hover {
    transition: all 0.1s ease;
    background: #6681c8;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #3c59a5, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #3c59a5, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #3c59a5, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-share-facebook:visited {
    color: #ffffff; }
  .btn-share-facebook:active,
  .btn-share-facebook.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #3c59a5;
    -o-box-shadow: 0px 0 0px #3c59a5;
    box-shadow: 0px 0 0px #3c59a5; }
  .btn-share-facebook:focus {
    outline: none; }
  .btn-share-facebook img {
    vertical-align: middle; }
  .lt-ie9 .btn-share-facebook {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #3c59a5;
    background: #5372c1;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #3c59a5;
    -o-box-shadow: 0px 0 0px #3c59a5;
    box-shadow: 0px 0 0px #3c59a5; }
    .lt-ie9 .btn-share-facebook:active,
    .lt-ie9 .btn-share-facebook.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #3c59a5; }
  .btn-share-facebook .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #4264b8;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-share-facebook.type-small {
    padding: 4px 0 3px 0; }
  .btn-share-facebook .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-share-facebook.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-share-facebook.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-share-facebook.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-share-facebook.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-share-twitter {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #148eec, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #148eec, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #148eec, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #43a5f0;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-share-twitter * {
    text-decoration: none; }
    .btn-share-twitter * i {
      font-weight: normal; }
  .btn-share-twitter:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-share-twitter:hover,
  .btn-share-twitter.hover {
    transition: all 0.1s ease;
    background: #5bb0f2;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #148eec, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #148eec, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #148eec, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-share-twitter:visited {
    color: #ffffff; }
  .btn-share-twitter:active,
  .btn-share-twitter.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #148eec;
    -o-box-shadow: 0px 0 0px #148eec;
    box-shadow: 0px 0 0px #148eec; }
  .btn-share-twitter:focus {
    outline: none; }
  .btn-share-twitter img {
    vertical-align: middle; }
  .lt-ie9 .btn-share-twitter {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #148eec;
    background: #43a5f0;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #148eec;
    -o-box-shadow: 0px 0 0px #148eec;
    box-shadow: 0px 0 0px #148eec; }
    .lt-ie9 .btn-share-twitter:active,
    .lt-ie9 .btn-share-twitter.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #148eec; }
  .btn-share-twitter .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #2b9aee;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-share-twitter.type-small {
    padding: 4px 0 3px 0; }
  .btn-share-twitter .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-share-twitter.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-share-twitter.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-share-twitter.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-share-twitter.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-share-googleplus {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -ms-box-shadow: 0px 3px 0px #c33221, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #c33221, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #c33221, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #de4b39;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none; }
  .btn-share-googleplus * {
    text-decoration: none; }
    .btn-share-googleplus * i {
      font-weight: normal; }
  .btn-share-googleplus:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-share-googleplus:hover,
  .btn-share-googleplus.hover {
    transition: all 0.1s ease;
    background: #e25f4f;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #c33221, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #c33221, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #c33221, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-share-googleplus:visited {
    color: #ffffff; }
  .btn-share-googleplus:active,
  .btn-share-googleplus.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #c33221;
    -o-box-shadow: 0px 0 0px #c33221;
    box-shadow: 0px 0 0px #c33221; }
  .btn-share-googleplus:focus {
    outline: none; }
  .btn-share-googleplus img {
    vertical-align: middle; }
  .lt-ie9 .btn-share-googleplus {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #c33221;
    background: #de4b39;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #c33221;
    -o-box-shadow: 0px 0 0px #c33221;
    box-shadow: 0px 0 0px #c33221; }
    .lt-ie9 .btn-share-googleplus:active,
    .lt-ie9 .btn-share-googleplus.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #c33221; }
  .btn-share-googleplus .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #d93824;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-share-googleplus.type-small {
    padding: 4px 0 3px 0; }
  .btn-share-googleplus .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-share-googleplus.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-share-googleplus.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-share-googleplus.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-share-googleplus.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-locot {
  width: 100%;
  margin-bottom: 3px;
  color: #ffffff;
  padding: 10px 0 9px 0;
  text-align: center;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -ms-box-shadow: 0px 3px 0px #dfae0a, 0px 6px 0px rgba(28, 28, 28, 0.05);
  -o-box-shadow: 0px 3px 0px #dfae0a, 0px 6px 0px rgba(28, 28, 28, 0.05);
  box-shadow: 0px 3px 0px #dfae0a, 0px 6px 0px rgba(28, 28, 28, 0.05);
  background: #f5c627;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  outline: none;
  padding: 0; }
  .btn-locot * {
    text-decoration: none; }
    .btn-locot * i {
      font-weight: normal; }
  .btn-locot:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff; }
  .btn-locot:hover,
  .btn-locot.hover {
    transition: all 0.1s ease;
    background: #f6cc3f;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-box-shadow: 0px 6px 0px #dfae0a, 0px 12px 0px rgba(28, 28, 28, 0.05);
    -o-box-shadow: 0px 6px 0px #dfae0a, 0px 12px 0px rgba(28, 28, 28, 0.05);
    box-shadow: 0px 6px 0px #dfae0a, 0px 12px 0px rgba(28, 28, 28, 0.05); }
  .btn-locot:visited {
    color: #ffffff; }
  .btn-locot:active,
  .btn-locot.active {
    transition: all 0.1s ease;
    outline: none;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-box-shadow: 0px 0 0px #dfae0a;
    -o-box-shadow: 0px 0 0px #dfae0a;
    box-shadow: 0px 0 0px #dfae0a; }
  .btn-locot:focus {
    outline: none; }
  .btn-locot img {
    vertical-align: middle; }
  .lt-ie9 .btn-locot {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #dfae0a;
    background: #f5c627;
    margin-bottom: 3px;
    -ms-box-shadow: 0px 0 0px #dfae0a;
    -o-box-shadow: 0px 0 0px #dfae0a;
    box-shadow: 0px 0 0px #dfae0a; }
    .lt-ie9 .btn-locot:active,
    .lt-ie9 .btn-locot.active {
      margin-top: 3px;
      margin-bottom: 3px;
      border-bottom: 0px solid #dfae0a; }
  .btn-locot .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #f4c00f;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .btn-locot.type-small {
    padding: 4px 0 3px 0; }
  .btn-locot .share-num {
    font-size: 10px;
    font-weight: normal;
    margin-left: 1em; }
  .btn-locot.type-sns-share {
    padding: 0;
    font-size: 11px;
    padding: 1px;
    line-height: 15px;
    text-decoration: none !important; }
    .btn-locot.type-sns-share .share-btn-num {
      color: #353535;
      height: 15px;
      background-color: #ffffff;
      position: relative;
      text-decoration: none !important;
      border-radius: 2px; }
      .btn-locot.type-sns-share .share-btn-num:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 3px;
        margin-left: -3px; }
    .btn-locot.type-sns-share .share-btn-body {
      height: 20px;
      line-height: 20px;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: normal; }

.btn-unit {
  background-color: #f9f9f9; }

.btn-grid {
  zoom: 1;
  padding-right: 10px; }
  .btn-grid:before,
  .btn-grid:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .btn-grid:after {
    clear: both; }
  .btn-grid .btn-block {
    float: left; }
    .btn-grid .btn-block .btn-box {
      padding-left: 10px;
      padding-top: 10px;
      padding-bottom: 10px; }

.btn-disable {
  margin-top: 3px;
  width: 100%;
  background-color: #d4d4d4;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  border-radius: 3px; }

.bookmark-btn-unit .btn-key {
  display: block; }

.bookmark-btn-unit .btn-disable {
  display: none; }

.bookmark-btn-unit.bookmarked .btn-key {
  display: none; }

.bookmark-btn-unit.bookmarked .btn-disable {
  display: block; }

.wrapper {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1; }
  .wrapper:before,
  .wrapper:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .wrapper:after {
    clear: both; }
  .wrapper .col-main {
    width: 690px;
    float: left; }
  .wrapper .col-side {
    width: 220px;
    float: right; }
  .wrapper .col-side-left {
    width: 220px;
    float: left;
    margin-right: 30px; }
  .wrapper .col-single {
    width: 690px;
    margin: auto; }
  .wrapper .col-main-3 {
    width: 292px;
    margin-left: 32px;
    float: left; }
    .wrapper .col-main-3:first-child {
      margin-left: 0; }

.font-size-10 {
  font-size: 10px !important; }

.font-size-12 {
  font-size: 12px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-22 {
  font-size: 22px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-26 {
  font-size: 26px !important; }

.font-size-28 {
  font-size: 28px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-32 {
  font-size: 32px !important; }

.font-size-34 {
  font-size: 34px !important; }

.font-size-36 {
  font-size: 36px !important; }

.font-size-38 {
  font-size: 38px !important; }

.font-size-40 {
  font-size: 40px !important; }

.tab-nav {
  zoom: 1; }
  .tab-nav:before,
  .tab-nav:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .tab-nav:after {
    clear: both; }
  .tab-nav .tab {
    float: left;
    margin-right: 4px;
    text-align: center; }
    .tab-nav .tab a {
      padding: 10px 20px;
      min-width: 60px;
      display: block;
      background-color: #f9f9f9;
      color: #353535;
      text-decoration: none;
      font-weight: bold;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomright: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px; }
      .tab-nav .tab a:hover {
        background-color: #ffffff;
        color: #f5c627; }
    .tab-nav .tab.active a {
      background-color: #f5c627;
      color: #ffffff; }

hr.line-basic {
  margin: 10px 0;
  border-bottom: 10px solid #e6e6e6; }

.box-white {
  background-color: #ffffff;
  /*margin-bottom: $content-margin-v;*/ }

.box-yellow {
  background-color: #feffd4; }
  .box-yellow .content-title {
    background-color: #f6f6dd; }

.box-green {
  background-color: #b5ede0; }

.link-basic,
.link-basic a {
  padding-left: 10px;
  background: url(../../images/common/arrow-black-r.png) left center no-repeat; }
  .link-basic:link,
  .link-basic:hover,
  .link-basic a:link,
  .link-basic a:hover {
    text-decoration: none; }
  .link-basic:hover,
  .link-basic a:hover {
    color: #f5c627; }
  .link-basic.side-btn-logout,
  .link-basic a.side-btn-logout {
    padding-left: 22px;
    font-weight: bold;
    display: block;
    background: url(../../images/mypage/icon-logout.png) left center no-repeat; }
  .link-basic.black,
  .link-basic a.black {
    background: url(../../images/common/arrow-black-r.png) left center no-repeat; }
    .link-basic.black:link,
    .link-basic.black:hover,
    .link-basic a.black:link,
    .link-basic a.black:hover {
      text-decoration: underline; }
    .link-basic.black:hover,
    .link-basic a.black:hover {
      color: #686868; }

.list-box .list-box-list {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6; }
  .list-box .list-box-list .list-box-list-anker {
    display: block;
    text-decoration: none; }
    .list-box .list-box-list .list-box-list-anker:hover {
      background: #f9f9f9; }
  .list-box .list-box-list .list-box-list-title {
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 5px; }
  .list-box .list-box-list .list-box-list-sub-title {
    font-size: 11px;
    line-height: 1.4em;
    margin-bottom: 10px; }
  .list-box .list-box-list .list-box-list-caption {
    font-size: 11px;
    line-height: 1.4em; }
  .list-box .list-box-list:last-child {
    border-bottom: none; }
  .list-box .list-box-list.type-place:hover {
    background-color: #fdf3d2; }
  .list-box .list-box-list.type-place a:hover {
    color: #353535; }
  .list-box .list-box-list.type-place .list-box-list-anker:hover {
    background: transparent; }
  .list-box .list-box-list.type-place .list-box-list-title {
    color: #dfae0a; }

.title-basic {
  zoom: 1;
  margin: 5px 0;
  background: url(../../images/section/section-title-bg.png) 0 center repeat-x; }
  .title-basic:before,
  .title-basic:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .title-basic:after {
    clear: both; }
  .title-basic .title-basic-title {
    font-size: 16px;
    float: left;
    background-color: #f1f1f1; }
  .title-basic .title-basic-more-read {
    float: right;
    background-color: #f1f1f1;
    font-size: 12px;
    padding-top: 5px; }

.title-sub-basic {
  zoom: 1;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.5em; }
  .title-sub-basic:before,
  .title-sub-basic:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .title-sub-basic:after {
    clear: both; }

.text-basic {
  font-size: 12px;
  line-height: 1.5em;
  margin: 15px 0; }

.section-basic {
  margin: 20px 30px; }
  .section-basic h1 {
    font-size: 16px;
    margin-bottom: 0.5em; }
  .section-basic p {
    font-size: 12px; }

.job-content-header {
  margin-top: 0;
  padding-top: 20px; }

.content-title {
  border-top: 1px solid #e6e6e6;
  background: #f9f9f9;
  padding-top: 0;
  font-size: 16px;
  padding: 20px 20px; }

.section-basic .section-text {
  font-size: 12px;
  line-height: 1.6em; }

.section-basic .section-list {
  font-size: 12px;
  line-height: 1.6em; }

.section-basic ul.section-list li {
  list-style-type: disc;
  margin-left: 20px; }

::-moz-selection {
  background: #f5c627;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #f5c627;
  color: #fff;
  text-shadow: none; }

body.bg-dot {
  background: #f1f1f1 url(../../images/common/bg-dot.png) center center repeat; }

a {
  outline: none; }

#lang-switch {
  float: left; }
  #lang-switch ul {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 20px;
    width: 120px;
    height: 18px; }
    #lang-switch ul li {
      margin: 0;
      padding: 0;
      float: left;
      width: 50%;
      line-height: 18px; }
      #lang-switch ul li a {
        display: block;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        color: #ae8808;
        font-size: 11px;
        border: 1px solid #4f4f4f; }
      #lang-switch ul li:first-child a {
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 0px;
        border-top-left-radius: 6px;
        border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 6px; }
      #lang-switch ul li:last-child a {
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 0px;
        border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 0px; }

.lang-ja #lang-switch .lang-switch-ja a,
.lang-en #lang-switch .lang-switch-en a {
  color: #ffffff;
  background: #4f4f4f; }

.global-menu-unit {
  height: 100%;
  position: relative;
  z-index: 500; }
  .global-menu-unit .global-menu {
    zoom: 1;
    position: relative;
    height: 100%;
    float: left; }
    .global-menu-unit .global-menu:before,
    .global-menu-unit .global-menu:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .global-menu-unit .global-menu:after {
      clear: both; }
    .global-menu-unit .global-menu .global-menu-list {
      float: left;
      height: 100%; }
      .global-menu-unit .global-menu .global-menu-list a {
        display: block;
        padding-left: 20px;
        height: 100%;
        position: relative;
        transition: all 0.3s ease;
        color: #353535;
        text-decoration: none; }
        .global-menu-unit .global-menu .global-menu-list a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)";
          -khtml-opacity: 0.7;
          -moz-opacity: 0.7; }
        .global-menu-unit .global-menu .global-menu-list a img {
          height: 20px;
          padding-top: 10px;
          padding-bottom: 10px; }
        .global-menu-unit .global-menu .global-menu-list a .alert-num {
          background-color: #de3922;
          position: absolute;
          top: 5px;
          right: -10px;
          padding: 2px 5px;
          color: #ffffff;
          border-radius: 100px;
          font-size: 10px; }
      .global-menu-unit .global-menu .global-menu-list.list-icon-font {
        line-height: 44px;
        font-size: 12px;
        position: relative; }
        .global-menu-unit .global-menu .global-menu-list.list-icon-font a {
          font-weight: bold;
          line-height: 42px;
          font-size: 13px;
          padding-left: 40px;
          position: relative; }
        .global-menu-unit .global-menu .global-menu-list.list-icon-font i {
          position: absolute;
          top: 50%;
          left: 20px;
          line-height: 1;
          font-weight: normal;
          font-size: 16px;
          height: 16px;
          margin-top: -9px; }
      .global-menu-unit .global-menu .global-menu-list.list-basic {
        line-height: 44px;
        font-size: 12px; }
        .global-menu-unit .global-menu .global-menu-list.list-basic a {
          background: url(../../images/common/arrow-black-r.png) 20px center no-repeat;
          padding-left: 35px; }
      .global-menu-unit .global-menu .global-menu-list#user-menu {
        line-height: 44px;
        font-size: 12px;
        padding-right: 0;
        position: relative;
        z-index: 5000; }
        .global-menu-unit .global-menu .global-menu-list#user-menu a {
          background-position: 95% center;
          background-repeat: no-repeat;
          background-image: url(../../images/common/arrow-black-b.png);
          padding-right: 30px;
          display: block; }
        .global-menu-unit .global-menu .global-menu-list#user-menu.hover {
          background-color: #f7d358;
          -ms-box-shadow: 2px 0px 8px 1px rgba(0, 0, 0, 0.5);
          -o-box-shadow: 2px 0px 8px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 0px 8px 1px rgba(0, 0, 0, 0.5); }
  .global-menu-unit #user-menu-hover {
    display: none;
    background-color: #f5c627;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 5001;
    min-width: 220px; }
    .global-menu-unit #user-menu-hover li {
      min-width: 200px;
      float: none;
      border-top: 1px dashed #f7d358;
      line-height: 44px;
      font-size: 12px;
      padding-right: 0; }
      .global-menu-unit #user-menu-hover li a, .global-menu-unit #user-menu-hover li span {
        background: none;
        font-weight: normal;
        font-size: 12px;
        padding-left: 20px;
        padding-right: 30px;
        display: block;
        transition: all 0.3s ease;
        text-decoration: none; }
      .global-menu-unit #user-menu-hover li span {
        background-position: 95% center;
        background-repeat: no-repeat;
        background-image: url(../../images/common/arrow-black-b.png); }
      .global-menu-unit #user-menu-hover li a:hover {
        background-color: #f7d358; }
    .global-menu-unit #user-menu-hover.hover {
      display: block;
      -ms-box-shadow: 2px 0px 8px 1px rgba(0, 0, 0, 0.5);
      -o-box-shadow: 2px 0px 8px 1px rgba(0, 0, 0, 0.5);
      box-shadow: 2px 0px 8px 1px rgba(0, 0, 0, 0.5); }
  .global-menu-unit.from-right {
    float: none;
    position: absolute;
    right: 0;
    top: 0; }
    .global-menu-unit.from-right ul li {
      float: right;
      padding-left: 0;
      padding-right: 10px; }

#content {
  padding-top: 20px;
  padding-bottom: 20px; }

.footer-place-list-unit .footer-place-list {
  color: #ffffff;
  padding-top: 5px;
  margin-bottom: 15px; }
  .footer-place-list-unit .footer-place-list a {
    text-decoration: none;
    display: block; }
    .footer-place-list-unit .footer-place-list a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7; }
  .footer-place-list-unit .footer-place-list dt a {
    margin-top: 10px;
    display: block;
    background: url(../../images/common/icon-place-black.png) 20px center no-repeat;
    padding-left: 40px;
    text-decoration: none;
    font-size: 13px; }
  .footer-place-list-unit .footer-place-list dd a {
    margin-top: 10px;
    font-size: 11px;
    background: url(../../images/common/arrow-black-r.png) 40px center no-repeat;
    padding-left: 55px; }

.category-nav {
  clear: both;
  margin-bottom: 20px; }
  .category-nav ul li {
    border-bottom: 1px solid #e6e6e6;
    position: relative; }
    .category-nav ul li:last-child {
      border-bottom: none; }
    .category-nav ul li a {
      background: #ffffff;
      display: block;
      padding: 7px;
      font-weight: bold;
      text-decoration: none;
      font-size: 11px;
      position: relative;
      zoom: 1; }
      .lang-en .category-nav ul li a {
        font-size: 12px; }
      .category-nav ul li a:before,
      .category-nav ul li a:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .category-nav ul li a:after {
        clear: both; }
      .category-nav ul li a:hover {
        color: #f5c627; }
      .category-nav ul li a span {
        padding-left: 28px;
        padding-top: 0.2em;
        display: block; }
      .category-nav ul li a i {
        position: absolute;
        top: 50%;
        left: 10px;
        font-size: 18px;
        height: 18px;
        margin-top: -9px;
        font-weight: normal; }

#header {
  width: 100%;
  height: 44px;
  background-color: #f5c627;
  position: relative;
  z-index: 5000;
  min-width: 960px;
  zoom: 1; }
  #header:before,
  #header:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  #header:after {
    clear: both; }
  #header #site-title {
    width: 100px;
    height: 100%;
    float: left;
    position: relative;
    z-index: 6000; }
    #header #site-title a {
      width: 100%;
      height: 100%;
      display: block;
      background: url(../../images/common/site-logo.png) center center no-repeat;
      transition: all 0.3s ease;
      text-indent: -9999px;
      font-size: 0.1em;
      line-height: 0;
      overflow: hidden; }
      #header #site-title a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        -khtml-opacity: 0.7;
        -moz-opacity: 0.7; }

#topic-path {
  background: #f5c627;
  border-top: 1px solid #f8d970;
  height: 19px;
  position: relative;
  z-index: 1010; }
  #topic-path nav {
    height: 100%; }
    #topic-path nav ul {
      height: 100%; }
      #topic-path nav ul li {
        height: 100%;
        font-size: 11px;
        line-height: 19px;
        float: left;
        background: url(../../images/common/topicpath-arrow.png) right 0 no-repeat; }
        #topic-path nav ul li a {
          padding: 0 30px 0 20px;
          display: block;
          height: 100%;
          text-decoration: none; }
          #topic-path nav ul li a:hover {
            opacity: .75;
            /* Standard: FF gt 1.5, Opera, Safari */
            filter: alpha(opacity=75);
            /* IE lt 8 */
            -ms-filter: "alpha(opacity=75)";
            /* IE 8 */
            -khtml-opacity: .75;
            /* Safari 1.x */
            -moz-opacity: .75;
            /* FF lt 1.5, Netscape */ }
      #topic-path nav ul .last,
      #topic-path nav ul :last-child {
        padding: 0 30px 0 20px;
        background: none; }

#footer {
  width: 100%;
  background-color: #f5c627;
  position: relative;
  z-index: 1000;
  zoom: 1; }
  #footer:before,
  #footer:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  #footer:after {
    clear: both; }
  #footer .row {
    clear: both;
    zoom: 1;
    position: relative;
    border-bottom: 1px solid #f8d970;
    z-index: 1010; }
    #footer .row:before,
    #footer .row:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    #footer .row:after {
      clear: both; }
    #footer .row .row-title {
      padding: 10px 30px 0 30px;
      color: #353535;
      font-weight: normal;
      font-size: 13px; }
  #footer .siteinfo-area {
    border-bottom: none;
    padding: 15px; }
    #footer .siteinfo-area h1 {
      margin: 0 0 10px 0;
      width: 318px;
      height: 34px;
      background: url(../../images/common/footer-logo.png) 0 0 no-repeat;
      text-indent: -9999px;
      font-size: 0.1em;
      line-height: 0;
      overflow: hidden; }
  #footer .footer-sns-unit a {
    text-decoration: none; }
  #footer .copyright {
    color: #353535; }

#footer .new-post-tag-list a {
  border-color: #dfae0a;
  background-color: #dfae0a;
  font-weight: normal;
  color: #353535; }
  #footer .new-post-tag-list a:hover {
    color: #ffffff;
    border-color: #353535;
    background-color: #353535; }

.side-lang-switch {
  width: 100%;
  height: 57px;
  margin-bottom: 10px; }
  .side-lang-switch a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../../images/top/side-lang-switch-sprites.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    font-size: 0.1em;
    line-height: 0;
    overflow: hidden; }
  .lang-ja .side-lang-switch a {
    background-position: 0 0; }
    .lang-ja .side-lang-switch a:hover {
      background-position: 0 -60px; }
  .lang-en .side-lang-switch a {
    background-position: 0 -120px; }
    .lang-en .side-lang-switch a:hover {
      background-position: 0 -180px; }

#side-login-unit #form-mailaddress {
  background: url(../../images/login/login-unit-icon-mail.png) 98% center no-repeat;
  /* firefox 19+ */
  /* ie */ }
  #side-login-unit #form-mailaddress::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 13px; }
  #side-login-unit #form-mailaddress::-moz-placeholder {
    font-size: 10px;
    line-height: 13px; }
  #side-login-unit #form-mailaddress:-ms-input-placeholder {
    font-size: 10px;
    line-height: 13px; }
  #side-login-unit #form-mailaddress:-moz-placeholder {
    font-size: 10px;
    line-height: 13px; }

#side-login-unit #form-password {
  background: url(../../images/login/login-unit-icon-password.png) 98% center no-repeat;
  /* firefox 19+ */
  /* ie */ }
  #side-login-unit #form-password::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 13px; }
  #side-login-unit #form-password::-moz-placeholder {
    font-size: 10px;
    line-height: 13px; }
  #side-login-unit #form-password:-ms-input-placeholder {
    font-size: 10px;
    line-height: 13px; }
  #side-login-unit #form-password:-moz-placeholder {
    font-size: 10px;
    line-height: 13px; }

#form-mailaddress {
  background: url(../../images/login/login-unit-icon-mail.png) 98% center no-repeat; }

#form-password {
  background: url(../../images/login/login-unit-icon-password.png) 98% center no-repeat; }

.sidebar-box-basic {
  margin: 0 0 15px 0;
  zoom: 1; }
  .sidebar-box-basic:before,
  .sidebar-box-basic:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .sidebar-box-basic:after {
    clear: both; }
  .sidebar-box-basic .sidebar-box-basic-title {
    float: left;
    margin-bottom: 5px; }
  .sidebar-box-basic .sidebar-box-basic-more-read {
    float: right; }
    .sidebar-box-basic .sidebar-box-basic-more-read a {
      text-decoration: none; }
      .sidebar-box-basic .sidebar-box-basic-more-read a:hover {
        color: #353535; }
  .sidebar-box-basic .sidebar-box-basic-content {
    clear: both;
    background: #ffffff;
    position: relative; }
  .sidebar-box-basic.type-related-to-main .sidebar-box-basic-content {
    clear: both;
    padding: 10px;
    background: #f5c627; }
    .sidebar-box-basic.type-related-to-main .sidebar-box-basic-content:before {
      right: 100%;
      top: 10%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-right-color: #f5c627;
      border-width: 10px; }
  .sidebar-box-basic.type-related-to-main .list-box-list {
    margin-bottom: 10px; }
    .sidebar-box-basic.type-related-to-main .list-box-list:last-child {
      margin-bottom: 0px; }
  .sidebar-box-basic.type-related-to-main.type-instagram .sidebar-box-basic-content,
  .sidebar-box-basic.type-related-to-main.type-ranking .sidebar-box-basic-content {
    background-color: #353535;
    color: #ffffff; }
    .sidebar-box-basic.type-related-to-main.type-instagram .sidebar-box-basic-content:before,
    .sidebar-box-basic.type-related-to-main.type-ranking .sidebar-box-basic-content:before {
      right: 100%;
      top: 10%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-right-color: #353535;
      border-width: 10px; }
    .sidebar-box-basic.type-related-to-main.type-instagram .sidebar-box-basic-content a,
    .sidebar-box-basic.type-related-to-main.type-ranking .sidebar-box-basic-content a {
      color: #ffffff; }

.sidebar-ad-bnr {
  position: relative;
  min-height: 140px; }
  .sidebar-ad-bnr li {
    min-height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
    .sidebar-ad-bnr li a {
      display: block; }

#ov {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 99999;
  background: rgba(53, 53, 53, 0.7); }
  #ov #ov-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    #ov #ov-mask a {
      display: block;
      width: 100%;
      height: 100%; }
  #ov #ov-content {
    margin: auto;
    background: #ffffff;
    position: relative;
    width: 800px;
    margin-top: 80px;
    margin-bottom: 100px; }
    #ov #ov-content #ov-close {
      position: absolute;
      top: -22px;
      right: -22px;
      height: 44px;
      width: 44px; }
      #ov #ov-content #ov-close a {
        text-indent: -9999px;
        font-size: 0.1em;
        line-height: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        display: block;
        background: url(../../images/common/ov-btn-close.png) center center no-repeat; }
        #ov #ov-content #ov-close a:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
    #ov #ov-content #ov-target {
      margin: 0;
      padding: 0; }

.ov-title {
  background: #f9f9f9;
  padding-top: 0;
  font-size: 16px;
  padding: 20px 30px; }

#top #header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; }

#main-visual {
  width: 100%;
  position: relative;
  z-index: 500;
  background: #f5c627 url(../../images/top/top-main-bg.jpg) center -20px no-repeat;
  overflow: hidden; }
  #main-visual #main-visual-elm {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    height: 193px;
    z-index: 5;
    position: relative; }
    #main-visual #main-visual-elm #main-visual-title {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 217px;
      height: 72px;
      margin: 0 0 0 -108px;
      background: url(../../images/top/top-main-logo.png) center center no-repeat;
      text-indent: -9999px;
      font-size: 0.1em;
      line-height: 0;
      overflow: hidden; }
    #main-visual #main-visual-elm #main-visual-sub-title {
      position: absolute;
      top: 45px;
      left: 295px;
      width: 369px;
      height: 36px;
      background: url(../../images/top/top-main-lead.png) center center no-repeat;
      text-indent: -9999px;
      font-size: 0.1em;
      line-height: 0;
      overflow: hidden; }
    #main-visual #main-visual-elm #main-visual-speach {
      position: absolute;
      top: 100px;
      left: 600px;
      width: 160px;
      height: 60px;
      background: url(../../images/top/top-main-speach.png) center center no-repeat;
      text-indent: -9999px;
      font-size: 0.1em;
      line-height: 0;
      overflow: hidden; }
    #main-visual #main-visual-elm #main-visual-locot {
      position: absolute;
      top: 50px;
      left: 185px;
      width: 116px;
      height: 176px;
      background: url(../../images/top/top-main-locot.png) center center no-repeat;
      text-indent: -9999px;
      font-size: 0.1em;
      line-height: 0;
      overflow: hidden;
      -webkit-animation: anime-locot 3s ease 1s infinite alternate;
      animation: anime-locot 3s ease 1s infinite alternate; }
      #main-visual #main-visual-elm #main-visual-locot #main-visual-locot-hand {
        position: absolute;
        top: 48px;
        left: 56px;
        width: 54px;
        height: 96px;
        z-index: 4;
        background: url(../../images/top/top-main-locot-hand.png) 0 0 no-repeat;
        text-indent: -9999px;
        font-size: 0.1em;
        line-height: 0;
        overflow: hidden;
        -webkit-animation: anime-hand 3s ease 1s infinite alternate;
        animation: anime-hand 3s ease 1s infinite alternate; }
    #main-visual #main-visual-elm #main-visual-bg-light {
      position: absolute;
      top: -235px;
      left: -88px;
      width: 700px;
      height: 700px;
      z-index: -1;
      background: url(../../images/top/top-main-strobe.png) center center no-repeat;
      text-indent: -9999px;
      font-size: 0.1em;
      line-height: 0;
      overflow: hidden;
      -webkit-animation: spin-light linear 5s 0s infinite;
      animation: spin-light linear 5s 0s infinite; }
    #main-visual #main-visual-elm #main-visual-poweredby {
      position: absolute;
      bottom: 5px;
      right: 0px;
      width: 172px;
      height: 13px;
      background: url(../../images/top/top-main-powerdbygraphnetwork.png) center center no-repeat;
      text-indent: -9999px;
      font-size: 0.1em;
      line-height: 0;
      overflow: hidden; }
    #main-visual #main-visual-elm #logo-beta {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: 47px 0 0 103px;
      width: 29px;
      height: 29px;
      z-index: 5;
      background: url(../../images/common/logo-beta.png) center center no-repeat;
      text-indent: -9999px;
      font-size: 0.1em;
      line-height: 0;
      overflow: hidden; }
    #main-visual #main-visual-elm #main-visual-caption {
      display: none; }
  #main-visual #main-visual-stage {
    width: 100%;
    height: 39px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(../../images/search/search-unit-footer.png) center bottom repeat-x; }
  #main-visual.search-page {
    border-top: 1px solid #f8d970;
    padding-top: 20px;
    background-image: none; }
  #main-visual #primary-banner {
    display: none;
    position: relative;
    z-index: 1502; }
    #main-visual #primary-banner ul {
      position: relative; }
      #main-visual #primary-banner ul li {
        position: absolute;
        top: 0;
        left: 0;
        display: none; }
        #main-visual #primary-banner ul li a {
          display: block; }
    #main-visual #primary-banner a {
      display: block; }
  #main-visual.mode-use-bnr #primary-banner {
    display: block;
    width: 220px;
    height: 140px;
    position: absolute;
    right: 0;
    top: 45px;
    background: #353535 url(../../images/top/loading-k.gif) center center no-repeat; }
  #main-visual.mode-use-bnr #main-visual-elm #main-visual-title {
    margin: 0 0 0 -198px; }
  #main-visual.mode-use-bnr #main-visual-elm #main-visual-sub-title {
    left: 205px; }
  #main-visual.mode-use-bnr #main-visual-elm #main-visual-speach {
    left: 510px; }
  #main-visual.mode-use-bnr #main-visual-elm #main-visual-jobot {
    left: 95px; }
  #main-visual.mode-use-bnr #main-visual-elm #main-visual-bg-light {
    left: -198px; }
  #main-visual.mode-use-bnr #main-visual-elm #main-visual-poweredby {
    display: none; }
  #main-visual.mode-use-bnr #main-visual-elm #logo-beta {
    margin: 47px 0 0 13px; }
  #main-visual.mode-use-bnr-v2 {
    z-index: 1501;
    background-position: center -50px; }
    #main-visual.mode-use-bnr-v2 #primary-banner {
      display: block;
      width: 620px;
      height: 90px;
      position: absolute;
      right: 0px;
      top: 45px; }
      #main-visual.mode-use-bnr-v2 #primary-banner ul {
        width: 100%;
        height: 100%; }
      #main-visual.mode-use-bnr-v2 #primary-banner li {
        display: block;
        width: 100%;
        height: 100%; }
        #main-visual.mode-use-bnr-v2 #primary-banner li a {
          display: block; }
      #main-visual.mode-use-bnr-v2 #primary-banner .type-search {
        width: 100%;
        height: 100%;
        background: url(../../images/common/speach_bnr_bg.png) 0 0 no-repeat; }
        #main-visual.mode-use-bnr-v2 #primary-banner .type-search a {
          overflow: hidden;
          display: block;
          height: 72px;
          padding-left: 50px;
          padding-right: 15px;
          text-decoration: none; }
          #main-visual.mode-use-bnr-v2 #primary-banner .type-search a .type-search-inner {
            height: 100%;
            display: table; }
            #main-visual.mode-use-bnr-v2 #primary-banner .type-search a .type-search-inner p {
              font-size: 19px;
              font-weight: bold;
              display: table-cell;
              vertical-align: middle;
              text-decoration: none; }
              #main-visual.mode-use-bnr-v2 #primary-banner .type-search a .type-search-inner p small {
                font-weight: normal;
                font-size: 12px; }
    #main-visual.mode-use-bnr-v2 #main-visual-elm {
      height: 168px; }
      #main-visual.mode-use-bnr-v2 #main-visual-elm #main-visual-title {
        width: 180px;
        height: 62px;
        top: 50px;
        margin: 5px 0 0 -470px;
        background-position: 0 0;
        background-size: 180px auto; }
      #main-visual.mode-use-bnr-v2 #main-visual-elm #main-visual-sub-title {
        width: 180px;
        left: 0;
        top: 110px;
        background-size: 180px auto; }
      #main-visual.mode-use-bnr-v2 #main-visual-elm #main-visual-speach {
        display: none; }
      #main-visual.mode-use-bnr-v2 #main-visual-elm #main-visual-locot {
        margin-top: -20px;
        left: 200px;
        width: 88px;
        background-size: 88px auto; }
        #main-visual.mode-use-bnr-v2 #main-visual-elm #main-visual-locot #main-visual-locot-hand {
          top: 58px;
          left: 43px;
          background: url(../../images/top/top-main-locot-hand.png) 0 0 no-repeat;
          background-size: 40px auto; }
      #main-visual.mode-use-bnr-v2 #main-visual-elm #main-visual-bg-light {
        top: -245px;
        left: -95px; }
      #main-visual.mode-use-bnr-v2 #main-visual-elm #main-visual-poweredby {
        display: none; }
      #main-visual.mode-use-bnr-v2 #main-visual-elm #logo-beta {
        margin: 0 0 0 -297px;
        width: 18px;
        height: 18px;
        background-size: 18px auto; }
      #main-visual.mode-use-bnr-v2 #main-visual-elm #main-visual-caption {
        display: block;
        position: absolute;
        z-index: 10;
        top: 145px;
        right: 0px;
        font-weight: bold;
        font-size: 13px;
        color: #353535;
        width: 620px; }

@-webkit-keyframes anime-locot {
  0% {
    -webkit-transform: translateY(0); }
  30%, 100% {
    -webkit-transform: translateY(-2px); } }

@keyframes anime-locot {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  30%, 100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); } }

@-webkit-keyframes anime-hand {
  0% {
    -webkit-transform: scale(1); }
  60% {
    -webkit-transform: scale(1); }
  70% {
    -webkit-transform: scale(1.05); }
  80% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes anime-hand {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes spin-light {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes spin-light {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

#main-visual .c {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0; }

.select2-results .select2-highlighted {
  background: #f5c627; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #f5c627; }

.select2-drop-active {
  border: 1px solid #f5c627;
  border-top: none; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #f5c627;
  outline: none; }

.select2-container-disabled {
  opacity: .50;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  -khtml-opacity: .50;
  /* Safari 1.x */
  -moz-opacity: .50;
  /* FF lt 1.5, Netscape */ }

.select2-container {
  margin-top: -1px; }

#top .select2-results .select2-highlighted,
#search .select2-results .select2-highlighted {
  background: #ffaa15; }

#top .select2-drop.select2-drop-above.select2-drop-active,
#search .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #ffaa15; }

#top .select2-drop-active,
#search .select2-drop-active {
  border: 1px solid #ffaa15;
  border-top: none; }

#top .select2-container-active .select2-choice,
#top .select2-container-active .select2-choices,
#search .select2-container-active .select2-choice,
#search .select2-container-active .select2-choices {
  border: 1px solid #ffaa15;
  outline: none; }

#top .select2-container-disabled,
#search .select2-container-disabled {
  opacity: .50;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  -khtml-opacity: .50;
  /* Safari 1.x */
  -moz-opacity: .50;
  /* FF lt 1.5, Netscape */ }

.search-unit.type-2 {
  z-index: 1000;
  padding-bottom: 10px;
  position: relative;
  color: #ffffff; }
  .search-unit.type-2 .search-unit-shadow-l {
    width: 19px;
    height: 29px;
    position: absolute;
    left: -19px;
    bottom: 10px;
    background: url(../../images/search/search-unit-footer-shadow-l.png) 0 top no-repeat; }
  .search-unit.type-2 .search-unit-shadow-r {
    width: 19px;
    height: 29px;
    position: absolute;
    right: -19px;
    bottom: 10px;
    background: url(../../images/search/search-unit-footer-shadow-r.png) 0 top no-repeat; }
  .search-unit.type-2 .search-unit-tab {
    height: 38px;
    width: 100%; }
    .search-unit.type-2 .search-unit-tab ul {
      width: 100%;
      height: 100%;
      zoom: 1; }
      .search-unit.type-2 .search-unit-tab ul:before,
      .search-unit.type-2 .search-unit-tab ul:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .search-unit.type-2 .search-unit-tab ul:after {
        clear: both; }
      .search-unit.type-2 .search-unit-tab ul li {
        margin-right: 8px;
        height: 100%;
        float: left; }
        .search-unit.type-2 .search-unit-tab ul li a {
          height: 100%;
          display: block;
          background: #282828;
          -webkit-border-top-left-radius: 3px;
          -webkit-border-top-right-radius: 3px;
          -moz-border-radius-topleft: 3px;
          -moz-border-radius-topright: 3px;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px;
          -webkit-border-bottom-right-radius: 0px;
          -webkit-border-bottom-left-radius: 0px;
          -moz-border-radius-bottomright: 0px;
          -moz-border-radius-bottomleft: 0px;
          border-bottom-right-radius: 0px;
          border-bottom-left-radius: 0px; }
          .search-unit.type-2 .search-unit-tab ul li a:hover {
            background: #353535; }
        .search-unit.type-2 .search-unit-tab ul li.active a {
          background: #474747; }
  .search-unit.type-2 .search-unit-inner {
    background: #474747;
    min-height: 50px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
    .search-unit.type-2 .search-unit-inner .row {
      padding: 10px 0 0 15px; }
    .search-unit.type-2 .search-unit-inner .search-unit-table-def-area tr td {
      vertical-align: middle; }
    .search-unit.type-2 .search-unit-inner .search-unit-table-submit-area {
      margin-top: 10px; }
      .search-unit.type-2 .search-unit-inner .search-unit-table-submit-area td {
        padding-bottom: 10px; }
    .search-unit.type-2 .search-unit-inner .form-parts-box label {
      padding-top: 1px; }
    .search-unit.type-2 .search-unit-inner #btn-more-advance {
      width: 100%;
      height: 38px;
      line-height: 38px;
      display: block;
      text-align: center;
      color: #ffffff;
      text-decoration: none;
      transition: all 0.3s ease;
      border-radius: 3px; }
      .search-unit.type-2 .search-unit-inner #btn-more-advance:hover {
        background-color: #555555; }
  .search-unit.type-2 .search-unit-table-advance-area {
    zoom: 1; }
    .search-unit.type-2 .search-unit-table-advance-area:before,
    .search-unit.type-2 .search-unit-table-advance-area:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .search-unit.type-2 .search-unit-table-advance-area:after {
      clear: both; }
    .search-unit.type-2 .search-unit-table-advance-area .row {
      margin: 0;
      border-top: 1px solid #555555;
      border-right: 1px solid #555555;
      border-radius: 0;
      background-color: transparent; }
      .search-unit.type-2 .search-unit-table-advance-area .row .title {
        color: #f7d358;
        padding-bottom: 5px; }
    .search-unit.type-2 .search-unit-table-advance-area .small-table {
      width: 100%; }
      .search-unit.type-2 .search-unit-table-advance-area .small-table tr td {
        padding-bottom: 5px; }
        .search-unit.type-2 .search-unit-table-advance-area .small-table tr td label {
          font-size: 11px;
          top: 2px; }

.search-unit {
  /*
   #search-unit-freeword{
      width: 290px;
      input { width: 290px; }
   }
   */ }
  .search-unit #btn-more-advance-def {
    display: block; }
  .search-unit #btn-more-advance-advance {
    display: none; }
  .search-unit #search-unit-text-in {
    display: table-cell; }
  .search-unit #search-unit-location {
    display: table-cell; }
  .search-unit #search-job-title {
    width: 500px; }
    .search-unit #search-job-title select {
      width: 500px; }
    .search-unit #search-job-title * {
      max-width: 500px; }
  .search-unit.advance {
    /*
      #search-unit-freeword{
         width: 100%;
         input { width: 600px; }
      }
      */ }
    .search-unit.advance #btn-more-advance-def {
      display: none; }
    .search-unit.advance #btn-more-advance-advance {
      display: block; }
    .search-unit.advance #search-unit-text-in {
      display: none; }
    .search-unit.advance #search-unit-location {
      display: none; }
    .search-unit.advance #search-job-title {
      width: 100%;
      padding-right: 10px; }
      .search-unit.advance #search-job-title select {
        width: 100%; }
      .search-unit.advance #search-job-title * {
        max-width: 100%; }

#search-advance {
  overflow: hidden;
  height: 0;
  position: relative;
  transition: all 0.3s ease; }

.go-by-category-list ul {
  padding: 1px;
  zoom: 1;
  font-size: 12px; }
  .go-by-category-list ul:before,
  .go-by-category-list ul:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .go-by-category-list ul:after {
    clear: both; }
  .go-by-category-list ul li {
    float: left;
    width: 20%; }
    .go-by-category-list ul li a {
      transition: all 0.1s ease;
      margin: 1px;
      padding: 2px 5px;
      display: block;
      text-decoration: none;
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.05);
      white-space: nowrap;
      overflow: hidden;
      -webkit-text-overflow: ellipsis;
      -moz-text-overflow: ellipsis;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .go-by-category-list ul li a i {
        color: #f5c627;
        font-weight: normal;
        padding-right: 0.2em; }
      .go-by-category-list ul li a:hover {
        color: #353535;
        background-color: #f5c627; }
        .go-by-category-list ul li a:hover i {
          color: #353535; }

.step-title {
  padding: 0.2em;
  background-color: #f5c627;
  color: #353535;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.search-unit #map-wrapper {
  position: relative; }
  .search-unit #map-wrapper #map * {
    color: #353535; }
  .search-unit #map-wrapper #btn-address-wrapper {
    height: 40px;
    padding: 10px 0px 0px 10px;
    background-color: rgba(53, 53, 53, 0.5);
    width: 560px;
    position: absolute;
    bottom: 28px;
    right: 190px;
    z-index: 5000;
    border-radius: 3px; }
  .search-unit #map-wrapper #btn-here-wrapper {
    height: 30px;
    padding: 10px;
    background-color: rgba(53, 53, 53, 0.5);
    width: 150px;
    position: absolute;
    bottom: 28px;
    right: 10px;
    z-index: 5000;
    border-radius: 3px; }
  .search-unit #map-wrapper #btn-map-clear-wrapper {
    height: 30px;
    padding: 10px;
    background-color: rgba(53, 53, 53, 0.5);
    width: 110px;
    position: absolute;
    bottom: 28px;
    left: 10px;
    z-index: 5000;
    border-radius: 3px; }

.search-unit .step2-wrap {
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  color: #353535;
  opacity: .20;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=20);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=20)";
  /* IE 8 */
  -khtml-opacity: .20;
  /* Safari 1.x */
  -moz-opacity: .20;
  /* FF lt 1.5, Netscape */
  transition: all 0.3s ease;
  background-color: #f5c627;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }
  .search-unit .step2-wrap.js-set {
    opacity: 1;
    /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
    -khtml-opacity: 1;
    /* Safari 1.x */
    -moz-opacity: 1;
    /* FF lt 1.5, Netscape */ }

.map-current-icon-elm {
  position: absolute;
  z-index: 5000;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%; }
  .map-current-icon-elm .map-current-icon-elm-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -150px;
    width: 300px;
    height: 40px;
    text-align: center; }
    .map-current-icon-elm .map-current-icon-elm-inner p {
      font-size: 11px;
      color: white; }

.search-paging {
  margin: 0 0 10px;
  padding: 20px 20px 5px;
  text-align: center; }
  .search-paging li {
    display: inline;
    margin: 0 3px;
    padding: 0;
    font-size: 16px; }
    .search-paging li a {
      display: inline-block;
      margin-bottom: 5px;
      padding: 5px 10px;
      text-decoration: none;
      vertical-align: middle; }
    .search-paging li span,
    .search-paging li strong {
      display: inline-block;
      margin-bottom: 5px;
      padding: 5px 10px;
      text-decoration: none;
      vertical-align: middle; }
  .search-paging .num {
    overflow: hidden;
    border-radius: 50px; }
    .search-paging .num a {
      color: #8f8f8f;
      border-radius: 50px; }
    .search-paging .num span,
    .search-paging .num strong {
      background-color: #ffaa15;
      color: #ffffff;
      border-radius: 50px; }
    .search-paging .num .anchor-list-next-hidden {
      background-color: transparent;
      color: #8f8f8f; }
    .search-paging .num a:hover {
      color: #ffaa15;
      border-color: #ffffff; }
  .search-paging .arrow a {
    opacity: .60;
    /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=60);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=60)";
    /* IE 8 */
    -khtml-opacity: .60;
    /* Safari 1.x */
    -moz-opacity: .60;
    /* FF lt 1.5, Netscape */ }
    .search-paging .arrow a:hover {
      opacity: 1;
      /* Standard: FF gt 1.5, Opera, Safari */
      filter: alpha(opacity=100);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=100)";
      /* IE 8 */
      -khtml-opacity: 1;
      /* Safari 1.x */
      -moz-opacity: 1;
      /* FF lt 1.5, Netscape */ }

.pickup-bnr-list {
  zoom: 1;
  margin-left: -18px;
  margin-bottom: 18px; }
  .pickup-bnr-list:before,
  .pickup-bnr-list:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .pickup-bnr-list:after {
    clear: both; }
  .pickup-bnr-list li {
    float: left;
    margin-left: 18px;
    margin-bottom: 18px; }
    .pickup-bnr-list li a {
      display: block;
      transition: all 0.3s ease; }
      .pickup-bnr-list li a:hover {
        color: #353535;
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025); }

.upload-target-mark {
  background: #f9f9f9;
  border: 6px dotted #f1f1f1;
  padding: 20px 40px;
  text-align: center;
  font-size: 20px;
  color: #b3b3b3; }

.search-list-area {
  zoom: 1; }
  .search-list-area:before,
  .search-list-area:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .search-list-area:after {
    clear: both; }
  .search-list-area .row {
    zoom: 1; }
    .search-list-area .row:before,
    .search-list-area .row:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .search-list-area .row:after {
      clear: both; }
  .search-list-area.type-grid {
    margin-left: -18px; }
    .search-list-area.type-grid .search-list {
      width: 218px;
      margin-left: 18px;
      margin-bottom: 18px;
      float: left;
      position: relative;
      z-index: 10; }
      .search-list-area.type-grid .search-list .icon-new {
        position: absolute;
        top: -4px;
        right: -4px;
        width: 52px;
        height: 52px;
        background: url(../../images/job/new-icon-m.png) 0 0 no-repeat;
        z-index: 100;
        text-indent: -9999px;
        font-size: 0.1em;
        line-height: 0;
        overflow: hidden; }
      .search-list-area.type-grid .search-list .search-list-anker {
        background: #ffffff;
        -ms-box-shadow: 2px 0px 8px 1px rgba(0, 0, 0, 0.03);
        -o-box-shadow: 2px 0px 8px 1px rgba(0, 0, 0, 0.03);
        box-shadow: 2px 0px 8px 1px rgba(0, 0, 0, 0.03);
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none;
        transition: all 0.3s ease; }
        .search-list-area.type-grid .search-list .search-list-anker .thumb {
          width: 218px;
          overflow: hidden; }
          .search-list-area.type-grid .search-list .search-list-anker .thumb img {
            min-height: 123px; }
        .search-list-area.type-grid .search-list .search-list-anker:hover {
          color: #353535;
          /**/
          -webkit-transform: scale(1.025);
          -ms-transform: scale(1.025);
          transform: scale(1.025); }
          .search-list-area.type-grid .search-list .search-list-anker:hover .thumb {
            opacity: .75;
            /* Standard: FF gt 1.5, Opera, Safari */
            filter: alpha(opacity=75);
            /* IE lt 8 */
            -ms-filter: "alpha(opacity=75)";
            /* IE 8 */
            -khtml-opacity: .75;
            /* Safari 1.x */
            -moz-opacity: .75;
            /* FF lt 1.5, Netscape */ }
      .search-list-area.type-grid .search-list .search-list-meta-area .row {
        padding: 2px 10px;
        border-bottom: 1px solid #e6e6e6; }
      .search-list-area.type-grid .search-list .search-list-meta-area .meta-job-title {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.5em; }
      .search-list-area.type-grid .search-list .search-list-meta-area .meta-company-name {
        font-size: 11px;
        color: #f5c627;
        line-height: 1.5em;
        white-space: nowrap;
        overflow: hidden;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .search-list-area.type-grid .search-list .search-list-meta-area .meta-salary {
        padding-left: 15px;
        font-size: 12px;
        line-height: 20px;
        background: url(../../images/job/icon-salary.png) 0 center no-repeat;
        color: #8f8f8f; }
      .search-list-area.type-grid .search-list .search-list-meta-area .meta-location {
        padding-left: 15px;
        font-size: 12px;
        line-height: 20px;
        color: #8f8f8f;
        background: url(../../images/job/icon-location.png) 0 center no-repeat; }
      .search-list-area.type-grid .search-list .search-list-meta-area .meta-category {
        font-size: 10px; }
      .search-list-area.type-grid .search-list .search-list-meta-area .row.meta-summary {
        padding: 10px;
        font-size: 10px;
        color: #8f8f8f;
        line-height: 1.5em;
        border: none;
        position: relative; }
  .search-list-area.type-list .search-list {
    background: #ffffff;
    position: relative;
    z-index: 10;
    margin-bottom: 8px; }
    .search-list-area.type-list .search-list:hover {
      background-color: #fdf3d2; }
    .search-list-area.type-list .search-list .hit-target {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 20;
      display: block;
      background-color: rgba(245, 198, 39, 0); }
    .search-list-area.type-list .search-list a {
      text-decoration: none !important; }
    .search-list-area.type-list .search-list .icon-new {
      position: absolute;
      top: -4px;
      right: -4px;
      width: 52px;
      height: 52px;
      background: url(../../images/job/new-icon-m.png) 0 0 no-repeat;
      z-index: 100;
      text-indent: -9999px;
      font-size: 0.1em;
      line-height: 0;
      overflow: hidden; }
    .search-list-area.type-list .search-list .inner {
      padding: 10px;
      zoom: 1; }
      .search-list-area.type-list .search-list .inner:before,
      .search-list-area.type-list .search-list .inner:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .search-list-area.type-list .search-list .inner:after {
        clear: both; }
    .search-list-area.type-list .search-list .side {
      width: 198px;
      margin-left: 10px;
      float: right; }
      .search-list-area.type-list .search-list .side .thumb {
        display: block;
        width: 198px;
        overflow: hidden; }
        .search-list-area.type-list .search-list .side .thumb:hover {
          opacity: .75;
          /* Standard: FF gt 1.5, Opera, Safari */
          filter: alpha(opacity=75);
          /* IE lt 8 */
          -ms-filter: "alpha(opacity=75)";
          /* IE 8 */
          -khtml-opacity: .75;
          /* Safari 1.x */
          -moz-opacity: .75;
          /* FF lt 1.5, Netscape */ }
      .search-list-area.type-list .search-list .side .row {
        font-size: 11px; }
    .search-list-area.type-list .search-list .row {
      padding: 5px 0;
      border-bottom: 1px solid #e6e6e6; }
    .search-list-area.type-list .search-list .search-list-meta-area {
      width: 460px;
      float: left; }
      .search-list-area.type-list .search-list .search-list-meta-area .meta-job-title {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5em;
        padding-top: 5px;
        padding-bottom: 0px; }
        .search-list-area.type-list .search-list .search-list-meta-area .meta-job-title a {
          text-decoration: none;
          display: block; }
      .search-list-area.type-list .search-list .search-list-meta-area .meta-company-name {
        font-size: 20px;
        color: #f5c627;
        line-height: 1.5em;
        float: left; }
        .search-list-area.type-list .search-list .search-list-meta-area .meta-company-name a {
          color: #f5c627; }
      .search-list-area.type-list .search-list .search-list-meta-area .meta-last-update {
        font-size: 11px;
        font-weight: bold;
        float: right;
        color: #8f8f8f; }
      .search-list-area.type-list .search-list .search-list-meta-area .meta-salary {
        padding-left: 15px;
        font-size: 12px;
        line-height: 20px;
        height: 20px;
        background: url(../../images/job/icon-salary.png) 0 center no-repeat;
        color: #8f8f8f;
        white-space: nowrap;
        overflow: hidden;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .search-list-area.type-list .search-list .search-list-meta-area .meta-location {
        padding-left: 15px;
        font-size: 12px;
        line-height: 20px;
        height: 20px;
        color: #8f8f8f;
        background: url(../../images/job/icon-location.png) 0 center no-repeat;
        white-space: nowrap;
        overflow: hidden;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
    .search-list-area.type-list .search-list .meta-summary {
      padding-top: 10px;
      clear: both;
      font-size: 11px; }
  .search-list-area.type-report .search-list {
    background: #f9f9f9;
    position: relative;
    z-index: 10;
    margin-bottom: 18px; }
    .search-list-area.type-report .search-list .icon-new {
      position: absolute;
      top: -5px;
      right: -5px;
      width: 70px;
      height: 70px;
      background: url(../../images/job/new-icon-l.png) 0 0 no-repeat;
      z-index: 100;
      text-indent: -9999px;
      font-size: 0.1em;
      line-height: 0;
      overflow: hidden; }
    .search-list-area.type-report .search-list .inner {
      background: #ffffff;
      padding: 10px;
      zoom: 1; }
      .search-list-area.type-report .search-list .inner:before,
      .search-list-area.type-report .search-list .inner:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .search-list-area.type-report .search-list .inner:after {
        clear: both; }
    .search-list-area.type-report .search-list .thumb {
      width: 198px;
      margin-right: 10px;
      float: left; }
      .search-list-area.type-report .search-list .thumb a {
        display: block;
        width: 198px;
        height: 111px;
        overflow: hidden; }
    .search-list-area.type-report .search-list .search-list-meta-area {
      width: 460px;
      float: left; }
      .search-list-area.type-report .search-list .search-list-meta-area .row {
        padding: 2px 0;
        border-bottom: 1px solid #e6e6e6; }
      .search-list-area.type-report .search-list .search-list-meta-area .meta-job-title {
        font-size: 17px;
        font-weight: bold;
        line-height: 1.5em;
        height: 20px;
        padding-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
        .search-list-area.type-report .search-list .search-list-meta-area .meta-job-title a {
          text-decoration: none;
          display: block; }
      .search-list-area.type-report .search-list .search-list-meta-area .meta-company-name {
        font-size: 12px;
        color: #f5c627;
        line-height: 1.5em;
        white-space: nowrap;
        overflow: hidden;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .search-list-area.type-report .search-list .search-list-meta-area .summary {
        max-height: 58px;
        overflow: hidden;
        padding-top: 5px;
        display: block;
        font-size: 12px;
        line-height: 20px;
        color: #8f8f8f; }

.place-tag-list {
  font-size: 10px;
  zoom: 1; }
  .place-tag-list:before,
  .place-tag-list:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .place-tag-list:after {
    clear: both; }
  .detail-header .place-tag-list {
    font-size: 12px; }
  .place-tag-list ul li {
    display: inline-block;
    margin-bottom: 2px; }
    .place-tag-list ul li a {
      display: block;
      color: #ffffff;
      background-color: #353535;
      color: #353535;
      background-color: #f3f3f3;
      border: 1px solid #cdcdcd;
      padding: 0 0.4em;
      border-radius: 2px;
      text-decoration: none;
      line-height: 1.5em;
      transition: all 0.3s ease; }
      .place-tag-list ul li a:hover {
        background-color: #e6e6e6; }

.search-list-area.type-list .search-list.type-no-thumb .thumb {
  display: none; }

.icon-place-is-closed {
  display: inline-block;
  background-color: #de3922;
  font-size: 10px;
  color: #ffffff;
  padding: 0 0.5em 1px 0.5em;
  line-height: 1.8;
  vertical-align: middle;
  margin-top: -0.25em;
  border-radius: 3px; }

.category-icon-flame {
  background-color: #f4c00f;
  border-radius: 2px;
  font-weight: bold;
  color: #ffffff; }
  .category-icon-flame i {
    margin-top: 1px;
    vertical-align: bottom; }
  .search-list .category-icon-flame {
    padding: 0 0.5em 1px 0.5em;
    font-size: 9px; }
  .place-tag-list .category-icon-flame {
    padding: 3px 0.4em; }

.mailmag-list-area {
  zoom: 1; }
  .mailmag-list-area:before,
  .mailmag-list-area:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .mailmag-list-area:after {
    clear: both; }
  .mailmag-list-area .mailmag-list {
    overflow: hidden;
    border-radius: 6px;
    background: #ffffff;
    margin-bottom: 30px; }
    .mailmag-list-area .mailmag-list .inner {
      margin: 10px; }
      .mailmag-list-area .mailmag-list .inner .mailmag-list-title {
        font-size: 14px;
        font-weight: bold; }
      .mailmag-list-area .mailmag-list .inner .search-result-tags {
        padding: 10px;
        font-weight: bold;
        border: 1px solid #b3b3b3; }
    .mailmag-list-area .mailmag-list .table-basic th {
      width: 20%; }
    .mailmag-list-area .mailmag-list .table-basic td {
      width: 80%; }
    .mailmag-list-area .mailmag-list .table-basic thead {
      font-size: 16px;
      background: #f5c627; }
      .mailmag-list-area .mailmag-list .table-basic thead th, .mailmag-list-area .mailmag-list .table-basic thead td {
        font-weight: normal;
        padding: 10px 30px;
        color: #ffffff; }
    .mailmag-list-area .mailmag-list .table-basic tbody th, .mailmag-list-area .mailmag-list .table-basic tbody td {
      padding: 10px 30px; }

.bnr-list-area {
  width: 100%; }
  .bnr-list-area .bnr-list {
    width: 100%; }
    .bnr-list-area .bnr-list li {
      margin-bottom: 20px; }
      .bnr-list-area .bnr-list li a {
        display: block;
        transition: all 0.25s ease; }

.search-result-info-area {
  margin-bottom: 18px; }
  .search-result-info-area .search-result-info-title {
    font-size: 14px; }
    .search-result-info-area .search-result-info-title span {
      color: #ffaa15;
      font-weight: bold; }
      .search-result-info-area .search-result-info-title span.number {
        font-size: 18px; }
  .search-result-info-area .search-result-tags {
    margin-top: 20px;
    padding: 0.5em 1em;
    border: 1px solid #b3b3b3;
    position: relative;
    font-weight: bold;
    /*
      &:after{
         content:'';
         width: 15px;
         height: 10px;
         position: absolute;
         top: -9px;
         right: 100px;
         background: url(../../images/search/arrow-tag.png) 0 0 no-repeat;
      }*/ }
    .search-result-info-area .search-result-tags:after {
      content: '';
      position: absolute;
      border-bottom: 10px solid #f1f1f1;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      top: -9px;
      right: 40px; }
    .search-result-info-area .search-result-tags:before {
      content: '';
      position: absolute;
      border-bottom: 10px solid #999;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
      top: -10px;
      right: 40px; }
    .search-result-info-area .search-result-tags.no-button:after {
      display: none; }
    .search-result-info-area .search-result-tags.no-button:before {
      display: none; }

#app-info-area {
  background-color: #fff; }

#place #content {
  position: relative;
  z-index: 10; }
  #place #content .wrapper {
    position: relative;
    z-index: 20; }

#detail-background {
  position: fixed;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  -webkit-filter: blur(15px) sepia(100%);
  filter: blur(15px) sepia(100%);
  background-repeat: no-repeat;
  z-index: 1;
  background-size: cover; }

.detail-header {
  position: relative;
  margin-bottom: 20px; }
  .detail-header .page-title {
    max-width: 690px;
    margin: 15px 0;
    font-size: 40px;
    vertical-align: top;
    font-family: 'roboto';
    font-weight: 400;
    line-height: 40px; }
    .detail-header .page-title a {
      text-decoration: none;
      vertical-align: top;
      color: #353535; }
      .detail-header .page-title a:hover {
        text-decoration: none; }
      .detail-header .page-title a i {
        font-weight: normal; }
    .detail-header .page-title.detail-title {
      font-size: 40px;
      margin-bottom: 0.5em; }
  .detail-header .page-title-basic {
    max-width: 690px;
    margin: 15px 0;
    font-size: 24px;
    vertical-align: top;
    font-family: 'roboto';
    font-weight: 400;
    line-height: 40px; }
    .detail-header .page-title-basic a {
      text-decoration: none;
      vertical-align: top;
      color: #353535; }
      .detail-header .page-title-basic a:hover {
        text-decoration: none; }
      .detail-header .page-title-basic a i {
        font-weight: normal; }
    .detail-header .page-title-basic.detail-title {
      font-size: 40px;
      margin-bottom: 0.5em; }
  .detail-header .page-title-sub {
    max-width: 690px;
    font-size: 13px; }
    .detail-header .page-title-sub .color-key {
      color: #f4c00f; }

.detail-nav {
  margin-bottom: 15px; }
  .detail-nav ul li {
    border-bottom: 1px solid #e6e6e6;
    position: relative; }
    .detail-nav ul li a {
      background: #ffffff;
      display: block;
      padding: 15px;
      font-weight: bold;
      text-decoration: none;
      font-size: 14px; }
      .detail-nav ul li a:hover {
        color: #f5c627; }
    .detail-nav ul li:last-child {
      border-bottom: none; }
    .detail-nav ul li.active {
      background: #f5c627; }
      .detail-nav ul li.active a {
        color: #ffffff; }
        .detail-nav ul li.active a:before {
          right: 100%;
          top: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-right-color: #f5c627;
          border-width: 10px;
          margin-top: -10px; }
    .detail-nav ul li.btn-jobot a {
      padding: 0;
      background-color: #36a0a1;
      transition: all 0.3s ease; }
      .detail-nav ul li.btn-jobot a:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #36a0a1;
        border-width: 10px;
        margin-top: -10px; }
      .detail-nav ul li.btn-jobot a:hover {
        -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px); }

.detail-sns-links a {
  transition: all 0.3s ease;
  text-decoration: none; }
  .detail-sns-links a:hover {
    opacity: .75;
    /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=75);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)";
    /* IE 8 */
    -khtml-opacity: .75;
    /* Safari 1.x */
    -moz-opacity: .75;
    /* FF lt 1.5, Netscape */ }

.detail-header .job-detail-action {
  zoom: 1;
  position: absolute;
  right: 0;
  top: 0; }
  .detail-header .job-detail-action:before,
  .detail-header .job-detail-action:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .detail-header .job-detail-action:after {
    clear: both; }
  .detail-header .job-detail-action li {
    padding-left: 5px; }

.job-detail-unit {
  position: relative; }
  .job-detail-unit .section-basic {
    line-height: 1.6; }
    .job-detail-unit .section-basic h1 {
      font-size: 20px; }
    .job-detail-unit .section-basic p {
      font-size: 13px; }
  .job-detail-unit .icon-new {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 70px;
    height: 70px;
    z-index: 100;
    background: url(../../images/job/new-icon-l.png) 0 0 no-repeat;
    text-indent: -9999px;
    font-size: 0.1em;
    line-height: 0;
    overflow: hidden; }
  .job-detail-unit .job-detail-photo-list {
    border-top: 1px solid #e6e6e6;
    padding: 30px 30px 10px 30px;
    background-color: #f9f9f9; }
    .job-detail-unit .job-detail-photo-list li {
      background-color: #f5c627;
      color: #ffffff;
      margin-bottom: 20px; }
      .job-detail-unit .job-detail-photo-list li span {
        font-size: 12px;
        text-align: center;
        display: block;
        padding: 4px; }

.main-image-box {
  position: relative;
  z-index: 90; }

.job-detail-unit.job-detail-is-expired .main-image-box .info-expired {
  display: block; }

.job-detail-unit.job-detail-is-expired .main-image-box img {
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: gray;
          filter: gray; }

.img-source-info {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #ffffff;
  padding: 0 1em; }
  .img-source-info a {
    color: #ffffff; }

.setting-side-nav ul {
  background: #ffffff; }
  .setting-side-nav ul li {
    border-bottom: 1px solid #e6e6e6;
    position: relative; }
    .setting-side-nav ul li a {
      display: block;
      padding: 15px;
      font-weight: bold;
      text-decoration: none;
      font-size: 14px; }
      .setting-side-nav ul li a:hover {
        color: #f5c627; }
    .setting-side-nav ul li:last-child {
      border-bottom: none; }
    .setting-side-nav ul li.active {
      background: #f5c627; }
      .setting-side-nav ul li.active a {
        color: #ffffff; }
        .setting-side-nav ul li.active a:before {
          left: 100%;
          top: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-left-color: #f5c627;
          border-width: 10px;
          margin-top: -10px; }

.side-btn-logout a {
  text-decoration: none; }

.my-info {
  margin-top: 10px; }
  .my-info li {
    margin-bottom: 1px;
    border-radius: 6px; }
    .my-info li a {
      display: block;
      font-size: 12px;
      text-decoration: none;
      color: #ffffff;
      padding: 5px 10px 5px 35px; }
      .my-info li a .main {
        font-size: 15px;
        padding-right: 10px;
        font-weight: bold; }
    .my-info li:hover:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7; }
    .my-info li.type-note {
      background: #de3922 url(../../images/mypage/info-arrow-r.png) 99% center no-repeat; }
      .my-info li.type-note a {
        background: url(../../images/mypage/info-icon-note.png) 10px center no-repeat; }
    .my-info li.type-info {
      background: #f99c51 url(../../images/mypage/info-arrow-r.png) 99% center no-repeat; }
      .my-info li.type-info a {
        background: url(../../images/mypage/info-icon-info.png) 10px center no-repeat; }
    .my-info li.type-search {
      background: #ffaa15 url(../../images/mypage/info-arrow-r.png) 99% center no-repeat; }
      .my-info li.type-search a {
        background: url(../../images/mypage/info-icon-info.png) 10px center no-repeat; }

.resume-list-area {
  zoom: 1; }
  .resume-list-area:before,
  .resume-list-area:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .resume-list-area:after {
    clear: both; }
  .resume-list-area .resume-list li {
    background: #ffffff;
    margin-bottom: 10px; }
    .resume-list-area .resume-list li dl {
      zoom: 1; }
      .resume-list-area .resume-list li dl:before,
      .resume-list-area .resume-list li dl:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .resume-list-area .resume-list li dl:after {
        clear: both; }
      .resume-list-area .resume-list li dl dt {
        padding: 10px;
        width: 82px;
        float: left;
        height: 80px;
        text-align: center; }
        .resume-list-area .resume-list li dl dt img {
          margin-top: 20px;
          height: 40px; }
      .resume-list-area .resume-list li dl dd {
        height: 80px;
        width: 588px;
        float: left; }
        .resume-list-area .resume-list li dl dd .title-area-wrap {
          padding: 10px 10px 10px 0px;
          height: 80px;
          width: 408px;
          float: left;
          display: block; }
          .resume-list-area .resume-list li dl dd .title-area-wrap .title-area {
            display: table;
            height: 100%; }
            .resume-list-area .resume-list li dl dd .title-area-wrap .title-area .title {
              padding-top: 2px;
              vertical-align: middle;
              display: table-cell;
              font-size: 14px;
              font-weight: bold; }
              .resume-list-area .resume-list li dl dd .title-area-wrap .title-area .title span {
                color: #8f8f8f;
                font-size: 12px; }
        .resume-list-area .resume-list li dl dd .resume-btn-wrap {
          padding: 10px 0;
          height: 80px;
          width: 170px;
          background: #f9f9f9;
          float: left; }
          .resume-list-area .resume-list li dl dd .resume-btn-wrap .resume-btn-wrap-inner {
            display: table;
            height: 80px;
            width: 100%; }
            .resume-list-area .resume-list li dl dd .resume-btn-wrap .resume-btn-wrap-inner .resume-btn-wrap-inner-inner {
              display: table-cell;
              width: 100%;
              vertical-align: middle; }
    .resume-list-area .resume-list li.add-resume a {
      background: #f5c627 url(../../images/common/icon-plus.png) 96% center no-repeat;
      color: #ffffff;
      display: block;
      padding: 20px 30px;
      font-size: 16px;
      text-decoration: none; }
      .resume-list-area .resume-list li.add-resume a:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
        -ms-filter: "alpha(opacity=90)";
        -khtml-opacity: 0.9;
        -moz-opacity: 0.9; }
    .resume-list-area .resume-list li.selected {
      border: 10px solid #f5c627;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .resume-list-area .resume-list li.selected dt {
        width: 72px; }
      .resume-list-area .resume-list li.selected dd {
        width: 578px; }
        .resume-list-area .resume-list li.selected dd .title-area-wrap {
          width: 408px; }
        .resume-list-area .resume-list li.selected dd .resume-btn-wrap {
          width: 160px; }

.mailbox .mail-box-head {
  background-color: #f9f9f9;
  padding: 30px; }
  .mailbox .mail-box-head .mail-box-name {
    float: left;
    font-size: 14px; }
  .mailbox .mail-box-head .mail-box-date {
    float: right;
    font-size: 14px; }
  .mailbox .mail-box-head .mail-box-head-title {
    clear: both;
    font-size: 20px; }

.mailbox .mailbox-body {
  padding: 30px;
  border-bottom: 1px dotted #e6e6e6; }
  .mailbox .mailbox-body a {
    display: inline !important; }

.mailbox .mail-box-action {
  padding: 30px;
  zoom: 1; }
  .mailbox .mail-box-action:before,
  .mailbox .mail-box-action:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .mailbox .mail-box-action:after {
    clear: both; }

.guide-nav .guide-nav-title {
  background-color: #f5c627;
  color: #ffffff;
  text-align: center;
  font-weight: normal; }

.guide-nav .guide-nav-list {
  margin-bottom: 10px; }
  .guide-nav .guide-nav-list li {
    border-top: 1px dashed #e6e6e6; }
    .guide-nav .guide-nav-list li a {
      display: block;
      background: url(../../images/common/arrow-black-r.png) 0 center no-repeat;
      padding: 8px 0px 8px 12px;
      font-size: 13px;
      line-height: 1.5em;
      text-decoration: none;
      font-weight: bold; }
      .guide-nav .guide-nav-list li a:hover {
        color: #f5c627; }
    .guide-nav .guide-nav-list li ul {
      padding-left: 15px; }
      .guide-nav .guide-nav-list li ul li a {
        font-size: 11px;
        padding: 3px 0px 3px 12px;
        background: url(../../images/common/arrow-black-r.png) 0 center no-repeat;
        font-weight: normal;
        background-size: 6px 6px; }
      .guide-nav .guide-nav-list li ul li:first-child {
        border-top: 1px dashed #e6e6e6; }
    .guide-nav .guide-nav-list li:first-child {
      border-top: none; }

.guide-category-title {
  border-bottom: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 8px 30px;
  font-size: 20px; }

.guide-content-body {
  padding: 30px;
  border-bottom: 1px solid #e6e6e6;
  zoom: 1; }
  .guide-content-body:before,
  .guide-content-body:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .guide-content-body:after {
    clear: both; }
  .guide-content-body .guide-content-title {
    font-size: 18px;
    color: #f5c627;
    margin-bottom: 0.5em; }
  .guide-content-body .guide-content-subtitle {
    font-size: 18px;
    margin-top: 1.5em;
    margin-bottom: 1em; }
  .guide-content-body .guide-content-text {
    font-size: 13px;
    margin: 1em 2em; }

.faqHeader .title {
  font-size: 20px;
  padding-bottom: 20px; }

.faqHeader .list {
  font-size: 14px; }
  .faqHeader .list li {
    padding: 0;
    margin: 0;
    border-bottom: 2px dotted #e6e6e6; }
    .faqHeader .list li a {
      padding: 8px 0 8px 30px;
      text-decoration: none;
      display: block;
      background: url("../../images/faq/icon-question-list.png") left center no-repeat; }

.faq-section {
  margin-bottom: 20px; }
  .faq-section .title {
    color: #fff;
    font-size: 14px;
    padding: 15px 100px 15px 70px;
    background: #f5c627 url("../../images/faq/icon-question-section.png") 20px center no-repeat;
    position: relative; }
    .faq-section .title .arrow-top {
      position: absolute;
      top: 15px;
      right: 50px;
      width: 23px;
      height: 23px;
      background: url("../../images/faq/faq-arrow-top.png") left center no-repeat; }
      .faq-section .title .arrow-top a {
        display: block;
        width: 100%;
        height: 100%; }
    .faq-section .title .arrow-bottom {
      position: absolute;
      top: 15px;
      right: 20px;
      width: 23px;
      height: 23px;
      background: url("../../images/faq/faq-arrow-bottom.png") left center no-repeat; }
      .faq-section .title .arrow-bottom a {
        display: block;
        width: 100%;
        height: 100%; }
  .faq-section .body {
    background-color: #ffffff;
    padding: 20px; }

.new-post-list-area {
  zoom: 1; }
  .new-post-list-area:before,
  .new-post-list-area:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .new-post-list-area:after {
    clear: both; }
  .new-post-list-area .row {
    zoom: 1; }
    .new-post-list-area .row:before,
    .new-post-list-area .row:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .new-post-list-area .row:after {
      clear: both; }
  .new-post-list-area .new-post-list {
    background: #f9f9f9;
    position: relative;
    z-index: 10;
    margin-bottom: 10px; }
    .new-post-list-area .new-post-list .icon-new {
      position: absolute;
      top: -4px;
      right: -4px;
      width: 52px;
      height: 52px;
      background: url(../../images/job/new-icon-m.png) 0 0 no-repeat;
      z-index: 100;
      text-indent: -9999px;
      font-size: 0.1em;
      line-height: 0;
      overflow: hidden; }
    .new-post-list-area .new-post-list .inner {
      background: #ffffff;
      padding: 0px;
      display: table;
      min-height: 198px;
      width: 100%;
      text-decoration: none; }
    .new-post-list-area .new-post-list .thumb {
      display: table-cell;
      vertical-align: top;
      min-height: 198px;
      width: 198px;
      margin-right: 10px;
      background-color: #f9f9f9;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      transition: all 0.3s ease; }
      .new-post-list-area .new-post-list .thumb:hover {
        opacity: .75;
        /* Standard: FF gt 1.5, Opera, Safari */
        filter: alpha(opacity=75);
        /* IE lt 8 */
        -ms-filter: "alpha(opacity=75)";
        /* IE 8 */
        -khtml-opacity: .75;
        /* Safari 1.x */
        -moz-opacity: .75;
        /* FF lt 1.5, Netscape */ }
    .new-post-list-area .new-post-list .new-post-list-meta-area {
      width: 462px;
      min-height: 198px;
      display: table-cell;
      vertical-align: top;
      padding: 10px 10px 10px 20px;
      position: relative; }
      .new-post-list-area .new-post-list .new-post-list-meta-area:before {
        content: '';
        width: 10px;
        height: 198px;
        z-index: -1;
        background: red; }
      .new-post-list-area .new-post-list .new-post-list-meta-area .row {
        padding: 2px 0 0 0; }
      .new-post-list-area .new-post-list .new-post-list-meta-area a {
        display: block; }
      .new-post-list-area .new-post-list .new-post-list-meta-area .meta-new-post-title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5em; }
        .new-post-list-area .new-post-list .new-post-list-meta-area .meta-new-post-title a {
          text-decoration: none;
          display: block; }
          .new-post-list-area .new-post-list .new-post-list-meta-area .meta-new-post-title a:hover {
            text-decoration: underline; }
      .new-post-list-area .new-post-list .new-post-list-meta-area .new-post-editor-info {
        float: left; }
        .new-post-list-area .new-post-list .new-post-list-meta-area .new-post-editor-info .new-post-editor-thumb {
          float: left;
          border: 2px solid #e6e6e6;
          /* fix for android*/
          width: 28px;
          height: 28px;
          position: relative;
          border-radius: 16px;
          overflow: hidden; }
        .new-post-list-area .new-post-list .new-post-list-meta-area .new-post-editor-info .new-post-editor-name {
          font-size: 12px;
          padding-left: 10px;
          float: left;
          line-height: 30px; }
      .new-post-list-area .new-post-list .new-post-list-meta-area .meta-last-update {
        font-size: 11px;
        line-height: 30px;
        float: right;
        color: #8f8f8f; }
    .new-post-list-area .new-post-list .meta-summary {
      clear: both;
      font-size: 12px;
      color: #8f8f8f;
      line-height: 1.5; }
      .new-post-list-area .new-post-list .meta-summary a {
        display: inline; }

.new-post-tag-list {
  font-size: 10px;
  zoom: 1; }
  .lang-en .new-post-tag-list {
    font-size: 11px; }
  .new-post-tag-list:before,
  .new-post-tag-list:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .new-post-tag-list:after {
    clear: both; }
  .detail-header .new-post-tag-list {
    font-size: 12px; }
  .new-post-tag-list ul li {
    display: inline-block;
    margin-bottom: 2px; }
    .new-post-tag-list ul li a,
    .new-post-tag-list ul li .block {
      display: block;
      color: #ffffff;
      background-color: #353535;
      color: #353535;
      background-color: #f3f3f3;
      border: 1px solid #cdcdcd;
      padding: 0 0.4em;
      border-radius: 2px;
      text-decoration: none;
      transition: all 0.3s ease; }
      .new-post-tag-list ul li a:hover,
      .new-post-tag-list ul li .block:hover {
        background-color: #e6e6e6; }

.new-post-search-bar {
  float: right; }
  .new-post-search-bar .new-post-search-bar-inner {
    zoom: 1;
    background-color: #ffffff;
    border: 1px solid #e6e6e6; }
    .new-post-search-bar .new-post-search-bar-inner:before,
    .new-post-search-bar .new-post-search-bar-inner:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .new-post-search-bar .new-post-search-bar-inner:after {
      clear: both; }
  .new-post-search-bar input[type="text"] {
    border: none;
    outline: none;
    height: 40px;
    width: 80%;
    float: left; }
  .new-post-search-bar button {
    width: 20%;
    float: left;
    height: 36px; }

.new-post-detail-unit {
  position: relative; }
  .new-post-detail-unit .section-basic h1 {
    font-size: 20px; }
  .new-post-detail-unit .section-basic p {
    font-size: 13px; }
  .new-post-detail-unit .icon-new {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 70px;
    height: 70px;
    z-index: 100;
    background: url(../../images/job/new-icon-l.png) 0 0 no-repeat;
    text-indent: -9999px;
    font-size: 0.1em;
    line-height: 0;
    overflow: hidden; }
  .new-post-detail-unit .new-post-article-header {
    background-color: #f8f8f8;
    padding: 30px 30px 0 30px; }
    .new-post-detail-unit .new-post-article-header .meta-new-post-title {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.5em; }
      .new-post-detail-unit .new-post-article-header .meta-new-post-title a {
        text-decoration: none;
        display: block; }
        .new-post-detail-unit .new-post-article-header .meta-new-post-title a:hover {
          text-decoration: underline; }
    .new-post-detail-unit .new-post-article-header .row {
      zoom: 1;
      margin: 5px 0 0 0;
      padding: 5px 0 0 0;
      border-top: 2px dotted #e6e6e6; }
      .new-post-detail-unit .new-post-article-header .row:before,
      .new-post-detail-unit .new-post-article-header .row:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .new-post-detail-unit .new-post-article-header .row:after {
        clear: both; }
    .new-post-detail-unit .new-post-article-header .new-post-editor-info {
      font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
      float: left;
      overflow: hidden; }
      .new-post-detail-unit .new-post-article-header .new-post-editor-info a {
        display: block; }
      .new-post-detail-unit .new-post-article-header .new-post-editor-info .new-post-editor-thumb {
        float: left;
        border: 2px solid #e6e6e6;
        /* fix for android*/
        width: 28px;
        height: 28px;
        position: relative;
        border-radius: 16px;
        overflow: hidden; }
      .new-post-detail-unit .new-post-article-header .new-post-editor-info .new-post-editor-name {
        padding-left: 10px;
        float: left;
        line-height: 30px;
        font-size: 14px; }
    .new-post-detail-unit .new-post-article-header .new-post-editor-profile {
      padding: 10px 0;
      font-size: 12px; }
    .new-post-detail-unit .new-post-article-header .new-post-editor-link {
      zoom: 1; }
      .new-post-detail-unit .new-post-article-header .new-post-editor-link:before,
      .new-post-detail-unit .new-post-article-header .new-post-editor-link:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .new-post-detail-unit .new-post-article-header .new-post-editor-link:after {
        clear: both; }
      .new-post-detail-unit .new-post-article-header .new-post-editor-link li {
        margin-right: 2px;
        margin-bottom: 2px;
        font-size: 12px; }
        .new-post-detail-unit .new-post-article-header .new-post-editor-link li a {
          background: #f5c627;
          padding: 2px 5px;
          text-decoration: none;
          color: #ffffff;
          display: block;
          height: 18px;
          line-height: 18px;
          border-radius: 2px; }
          .new-post-detail-unit .new-post-article-header .new-post-editor-link li a:hover {
            background: #353535; }
    .new-post-detail-unit .new-post-article-header .meta-last-update {
      font-size: 12px;
      line-height: 30px;
      float: right;
      color: #8f8f8f; }
  .new-post-detail-unit .new-post-article-body {
    padding: 20px 30px 30px 30px;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 300;
    text-align: justify;
    /* headline */
    /* table */
    font-size: 16px;
    line-height: 1.8; }
    .new-post-detail-unit .new-post-article-body img {
      max-width: 100%; }
    .new-post-detail-unit .new-post-article-body a {
      text-decoration: underline;
      position: relative;
      font-weight: bold;
      transition: all 0.3s ease; }
      .new-post-detail-unit .new-post-article-body a:hover {
        text-decoration: none; }
    .new-post-detail-unit .new-post-article-body h1 {
      font-size: 1.3em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .new-post-detail-unit .new-post-article-body h2 {
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .new-post-detail-unit .new-post-article-body h3 {
      font-size: 1.15em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .new-post-detail-unit .new-post-article-body h4 {
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .new-post-detail-unit .new-post-article-body h5 {
      font-size: 1.05em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .new-post-detail-unit .new-post-article-body h6 {
      font-size: 1em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .new-post-detail-unit .new-post-article-body p {
      font-size: 1em;
      line-height: 1.9;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .new-post-detail-unit .new-post-article-body small {
      font-size: 0.8em; }
    .new-post-detail-unit .new-post-article-body strong {
      font-weight: bold; }
    .new-post-detail-unit .new-post-article-body table {
      border: 1px solid #d9d9d9;
      margin-bottom: 1.5em;
      width: 100%; }
      .new-post-detail-unit .new-post-article-body table caption {
        font-weight: bold; }
      .new-post-detail-unit .new-post-article-body table th {
        background: #dddddd;
        /* Old browsers */
        font-size: 10px; }
      .new-post-detail-unit .new-post-article-body table td {
        font-size: 12px; }
      .new-post-detail-unit .new-post-article-body table td,
      .new-post-detail-unit .new-post-article-body table th {
        border: 1px solid #d9d9d9;
        padding: 6.66667px 10px;
        vertical-align: middle;
        line-height: 1.5; }
    .new-post-detail-unit .new-post-article-body ul {
      margin-bottom: 1.5em; }
      .new-post-detail-unit .new-post-article-body ul li {
        list-style-type: disc;
        margin-left: 2em; }
    .new-post-detail-unit .new-post-article-body ol {
      margin-bottom: 1.5em; }
      .new-post-detail-unit .new-post-article-body ol li {
        list-style-type: decimal;
        margin-left: 2em; }
    .new-post-detail-unit .new-post-article-body dl dd {
      padding: 0 1em 1em 1em; }
    .new-post-detail-unit .new-post-article-body hr {
      display: block;
      height: 0px;
      margin: 7px 0;
      border: none;
      border-top: 1px solid #d9d9d9; }
    .new-post-detail-unit .new-post-article-body * html hr {
      /* for -IE6 */
      margin: 0; }
    .new-post-detail-unit .new-post-article-body *:first-child + html hr {
      /* for IE7 */
      margin: 0; }
    .new-post-detail-unit .new-post-article-body blockquote {
      background-color: #f2f2f2;
      padding: 1em;
      border-radius: 2px;
      font-style: italic;
      font-size: 0.9em; }
    .new-post-detail-unit .new-post-article-body figure {
      margin: 1em 0;
      background-color: #f2f2f2;
      padding: 1em;
      text-align: center; }
      .new-post-detail-unit .new-post-article-body figure img {
        max-width: 100%; }
      .new-post-detail-unit .new-post-article-body figure figcaption {
        margin: 1em;
        font-size: 10rem; }
    .new-post-detail-unit .new-post-article-body p {
      font-size: 16px;
      line-height: 1.8; }

#main-visual-employer {
  border-top: 1px solid #f8d970;
  background: #f5c627;
  position: relative;
  background: url(../../images/company/main-bg.png) center bottom no-repeat;
  height: 594px; }
  #main-visual-employer #main-visual-employer-inner {
    height: 593px;
    background: url(../../images/company/main-visual.png) center bottom no-repeat; }
  #main-visual-employer #main-visual-employer-btn-wrapper {
    width: 782px;
    margin: auto;
    padding-top: 484px;
    height: 200px; }
    #main-visual-employer #main-visual-employer-btn-wrapper.btn-col-2 {
      padding-top: 476px; }
  #main-visual-employer #main-visual-stage {
    width: 100%;
    height: 39px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(../../images/search/search-unit-footer.png) center bottom repeat-x; }

.lang-en #main-visual-employer #main-visual-employer-inner {
  background: url(../images-en/company/main-visual.png) center bottom no-repeat; }

.lang-en #main-visual-employer #main-visual-stage {
  background: url(../images-en/search/search-unit-footer.png) center bottom repeat-x; }

.info-box .message-box {
  height: 150px;
  background: white;
  margin-right: 20px;
  border: 8px solid #f5c627; }
  .info-box .message-box h1 {
    font-size: 16px;
    color: #f5c627;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-bottom: 2px solid #f5c627; }
  .info-box .message-box ul {
    background-color: #ffffff;
    overflow-y: scroll;
    padding: 10px;
    height: 98px; }
    .info-box .message-box ul li {
      padding-left: 15px;
      background: url(../../images/common/dot-blue.png) 0 center no-repeat;
      font-size: 13px; }

.info-box .pay-info-box {
  height: 110px;
  background: #f9f9f9;
  padding: 20px;
  border: 8px solid #f99c51;
  background: #fef0e5; }
  .info-box .pay-info-box .pay-info {
    font-size: 13px;
    font-weight: bold; }
    .info-box .pay-info-box .pay-info span {
      font-size: 16px;
      color: #f99c51; }

.job-caption {
  margin-bottom: 15px;
  line-height: 1.5; }

#job-flow-guide {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #8ee4d0 url(../images-en/company/mypage/img-flow-of-job-post.png) 0 0 no-repeat;
  transition: all 0.3s ease; }
  #job-flow-guide #btn-open-job-flow-guide {
    display: none; }
  #job-flow-guide #btn-close-job-flow-guide {
    display: none; }
  #job-flow-guide.closed {
    height: 212px; }
    #job-flow-guide.closed #btn-open-job-flow-guide {
      display: block;
      opacity: 0; }
    #job-flow-guide.closed #btn-close-job-flow-guide {
      display: none;
      bottom: -9999px;
      opacity: 1; }
  #job-flow-guide.opened {
    height: 1000px; }
    #job-flow-guide.opened #btn-open-job-flow-guide {
      display: none; }
    #job-flow-guide.opened #btn-close-job-flow-guide {
      display: block;
      bottom: 20px; }
  #job-flow-guide #btn-open-job-flow-guide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/company/mypage/btn-open-job-flow-guide.png) center bottom no-repeat;
    text-indent: -9999px;
    font-size: 0.1em;
    line-height: 0;
    overflow: hidden;
    transition: all 0.3s ease; }
    #job-flow-guide #btn-open-job-flow-guide:hover {
      background-color: rgba(142, 228, 208, 0.2);
      opacity: .75;
      /* Standard: FF gt 1.5, Opera, Safari */
      filter: alpha(opacity=75);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=75)";
      /* IE 8 */
      -khtml-opacity: .75;
      /* Safari 1.x */
      -moz-opacity: .75;
      /* FF lt 1.5, Netscape */ }
  #job-flow-guide #btn-close-job-flow-guide {
    position: absolute;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background-color: #353535;
    border-radius: 10px;
    transition: all 0.8s ease; }
    #job-flow-guide #btn-close-job-flow-guide:hover {
      background-color: #353535; }
  #job-flow-guide #go-to-plan {
    position: absolute;
    width: 780px;
    top: 830px;
    left: 50%;
    margin-left: -410px;
    padding: 20px;
    background-color: #ffffff;
    color: #65dabf;
    font-weight: bold;
    border-radius: 10px; }

.editorprofile {
  padding: 20px 50px 40px;
  margin-bottom: 30px; }
  .editorprofile .editorprofile-image {
    margin: 0 auto 6px;
    overflow: hidden;
    height: 168px;
    background: url(/images/new-post/editorprofile-bg.png) center top no-repeat; }
    .editorprofile .editorprofile-image .editorprofile-image-inner {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      margin: 34px auto 0;
      background-size: cover; }
  .editorprofile .editorprofile-name {
    font-size: 24px;
    margin-bottom: 15px; }
  .editorprofile .editorprofile-description {
    text-align: left;
    margin-bottom: 15px; }
  .editorprofile .editorprofile-url {
    text-align: left; }
    .editorprofile .editorprofile-url .editorprofile-url-item {
      margin-bottom: 8px; }
      .editorprofile .editorprofile-url .editorprofile-url-item .editorprofile-url-str {
        font-size: 10px;
        opacity: 0.8; }
  .editorprofile .editorprofile-sns {
    border-bottom: 2px dotted #e6e6e6;
    padding: 10px;
    margin-bottom: 10px; }
    .editorprofile .editorprofile-sns a {
      display: inline-block;
      margin: 0 3px; }

.search-list-area.pr-area .search-list {
  position: relative;
  background-color: #FFA7A7; }
  .search-list-area.pr-area .search-list:hover {
    background-color: #FFC8C8; }
  .search-list-area.pr-area .search-list .pr-area-icon {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 52px;
    height: 52px;
    background: url(../../images/job/ad-icon-m.png) 0 0 no-repeat;
    z-index: 100;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    overflow: hidden; }
  .search-list-area.pr-area .search-list .inner .side {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 100px;
    margin-left: 0; }
    .search-list-area.pr-area .search-list .inner .side .thumb {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 60px;
      background-color: rgba(255, 255, 255, 0.2);
      text-align: center; }
      .search-list-area.pr-area .search-list .inner .side .thumb img {
        width: auto;
        max-width: 100px;
        max-height: 60px; }
    .search-list-area.pr-area .search-list .inner .side .row {
      display: none; }
  .search-list-area.pr-area .search-list .inner .search-list-meta-area {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 545px;
    margin-left: 15px; }
    .search-list-area.pr-area .search-list .inner .search-list-meta-area .meta-company-name a {
      color: #fff; }
    .search-list-area.pr-area .search-list .inner .search-list-meta-area .place-tag-list {
      padding-top: 0 !important; }
    .search-list-area.pr-area .search-list .inner .search-list-meta-area .meta-job-title {
      padding-top: 0;
      font-size: 12px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      -ms-text-overflow: ellipsis; }
    .search-list-area.pr-area .search-list .inner .search-list-meta-area .meta-summary {
      display: none; }

.post-next-prev {
  zoom: 1;
  margin-top: -18px;
  padding: 20px 0;
  background-color: #ffffff;
  margin-bottom: 20px; }
  .post-next-prev:before,
  .post-next-prev:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .post-next-prev:after {
    clear: both; }
  .post-next-prev .post-next {
    margin-left: 1px;
    text-align: right;
    position: relative; }
    .post-next-prev .post-next a {
      padding-right: 40px; }
    .post-next-prev .post-next i {
      top: 50%;
      right: 20px;
      margin-top: -0.5em; }
  .post-next-prev .post-prev {
    margin-right: 1px;
    text-align: left;
    position: relative; }
    .post-next-prev .post-prev a {
      padding-left: 40px; }
    .post-next-prev .post-prev i {
      top: 50%;
      left: 20px;
      margin-top: -0.5em; }
  .post-next-prev i {
    color: #f5c627;
    position: absolute;
    font-size: 12px; }
  .post-next-prev a {
    line-height: 1.5em;
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #353535; }
    .post-next-prev a:hover {
      text-decoration: underline; }

.instagram-widget-unit {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%; }
  .instagram-widget-unit .instagram-widget {
    zoom: 1;
    padding: 3px;
    background-color: #353535; }
    .instagram-widget-unit .instagram-widget:before,
    .instagram-widget-unit .instagram-widget:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .instagram-widget-unit .instagram-widget:after {
      clear: both; }
    .instagram-widget-unit .instagram-widget .instagram-widget-list {
      float: left;
      width: 20%; }
      .instagram-widget-unit .instagram-widget .instagram-widget-list a {
        display: block;
        padding: 3px;
        transition: all 0.2s ease; }
        .instagram-widget-unit .instagram-widget .instagram-widget-list a img {
          width: 100%; }
        .instagram-widget-unit .instagram-widget .instagram-widget-list a:hover {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
  .instagram-widget-unit.type-sidebar {
    margin-top: 0;
    margin-bottom: 0; }
    .instagram-widget-unit.type-sidebar .instagram-widget {
      padding: 0;
      background-color: transparent; }
      .instagram-widget-unit.type-sidebar .instagram-widget .instagram-widget-list {
        float: left;
        width: 25%; }
        .instagram-widget-unit.type-sidebar .instagram-widget .instagram-widget-list a {
          display: block;
          padding: 1px;
          transition: all 0.2s ease; }
          .instagram-widget-unit.type-sidebar .instagram-widget .instagram-widget-list a img {
            width: 100%; }
          .instagram-widget-unit.type-sidebar .instagram-widget .instagram-widget-list a:hover {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05); }

.site-description {
  display: none;
  position: absolute;
  top: 55px;
  left: 20px;
  width: 300px;
  font-weight: bold;
  background-color: rgba(233, 106, 145, 0.9);
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: -5px 10px 0 #e7b91d; }
  .site-description a {
    color: #fff;
    border-bottom: 1px dotted;
    text-decoration: none; }
  .site-description:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -20px;
    left: 20px;
    border-bottom: 20px solid rgba(233, 106, 145, 0.9);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent; }

.search-freewords {
  position: relative; }
  .search-freewords .search-freewords-list {
    display: none;
    position: absolute;
    z-index: 2;
    top: 38px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #e6e6e6;
    background-color: #fff; }
    .search-freewords .search-freewords-list a {
      display: block;
      box-sizing: border-box;
      padding: 8px; }
      .search-freewords .search-freewords-list a:hover {
        background-color: #f5f5f5; }

.editorprofile-contact-head {
  font-size: 10px;
  border-top: 2px dotted #e6e6e6;
  margin-top: 5px;
  padding: 10px 0;
  cursor: pointer; }
  .editorprofile-contact-head:after {
    content: '';
    position: relative;
    display: inline-block;
    top: -2px;
    width: 0;
    height: 0;
    border-top: 4px solid #f5c627;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 5px; }
  .editorprofile-contact-head:hover {
    color: #8f8f8f; }

.ranking {
  position: relative;
  z-index: 10; }
  .ranking__list {
    z-index: 11; }
    .ranking__list__item {
      z-index: 12;
      position: relative;
      width: 690px;
      background-color: white;
      margin-bottom: 30px; }
      .ranking__list__item::after {
        z-index: 14;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        content: "";
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        /* IE6-9 */ }
      .ranking__list__item__thumb {
        z-index: 13;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      .ranking__list__item__badge {
        z-index: 20;
        position: relative;
        margin: 0 auto;
        padding: 20px 0;
        width: 260px;
        height: 260px; }
        .ranking__list__item__badge__inner {
          width: 100%;
          height: 100%;
          overflow: hidden;
          border-radius: 130px; }
          .ranking__list__item__badge__inner img {
            width: 100%; }
      .ranking__list__item__title {
        z-index: 20;
        position: relative;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        color: #ffffff;
        text-shadow: 1px 1px 3px black; }
      .ranking__list__item__foot {
        position: relative;
        z-index: 20;
        text-align: center;
        padding: 1em; }
      .ranking__list__item__stetus {
        position: relative;
        z-index: 21;
        text-align: center;
        font-size: 16px;
        padding: 0.6em 2em;
        color: #ffffff; }
      .ranking__list__item__btn {
        display: inline-block;
        margin: auto;
        border-radius: 4px;
        font-size: 16px;
        padding: 0.6em 2em;
        font-weight: bold;
        min-width: 200px;
        cursor: pointer;
        transition: all 0.3s ease;
        background-color: #f5c627;
        color: #353535;
        text-decoration: none !important; }
        .ranking__list__item__btn:hover {
          background-color: #f7d358;
          color: #353535;
          text-decoration: none; }
        .ranking__list__item__btn--is-close {
          background-color: #ee8593;
          color: #ffffff; }
          .ranking__list__item__btn--is-close:hover {
            background-color: #f4b2bb;
            color: #ffffff; }
      .ranking__list__item__limit {
        position: absolute;
        z-index: 22;
        top: 1.5em;
        right: 1em;
        font-size: 14px;
        color: #ffffff; }
  .ranking--type-sidebar .ranking__list__item {
    width: 100%;
    margin-bottom: 10px; }
    .ranking--type-sidebar .ranking__list__item__badge {
      width: 100px;
      height: 100px; }
      .ranking--type-sidebar .ranking__list__item__badge__inner {
        border-radius: 50px; }
    .ranking--type-sidebar .ranking__list__item__title {
      font-size: 13px;
      padding-left: 0.6em;
      padding-right: 0.6em;
      text-align: left; }
    .ranking--type-sidebar .ranking__list__item__limit {
      position: relative;
      top: 0;
      right: 0; }

.ranking-lead {
  margin: 20px;
  font-size: 14px; }

.ranking-info {
  color: #ee8593;
  width: 100%;
  margin: 20px auto 0px auto; }
  .ranking-info__ex {
    display: inline-block;
    width: 60%;
    font-size: 13px;
    text-align: left;
    margin-left: 30px; }
  .ranking-info__remain {
    width: 30%;
    display: inline-block;
    font-size: 30px;
    text-align: right;
    margin-right: 30px; }

.ranking-vote {
  z-index: 10; }
  .ranking-vote__list {
    margin: 10px 20px;
    text-align: center;
    position: relative;
    z-index: 11; }
    .ranking-vote__list__item {
      margin: 10px 10px;
      width: 184px;
      display: inline-block;
      vertical-align: top;
      border: 2px solid #e6e6e6;
      overflow: hidden;
      position: relative;
      border-radius: 8px; }
      .ranking-vote__list__item__rank {
        position: absolute;
        color: #fff;
        display: inline-block;
        padding: 5px;
        overflow: hidden;
        font-weight: 900;
        font-size: 11px;
        width: 70px;
        height: 70px;
        left: -2px;
        top: -2px;
        z-index: 20; }
        .ranking-vote__list__item__rank p {
          display: inline; }
          .ranking-vote__list__item__rank p span {
            position: absolute;
            display: inline-block;
            left: -40px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
            text-align: center;
            text-transform: uppercase;
            top: 10px;
            background: #de3922;
            width: 100px;
            padding: 3px 10px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .ranking-vote__list__item__checkmark {
        cursor: pointer;
        width: 25px;
        height: 25px;
        border: 2px solid #e6e6e6;
        z-index: 10;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 20;
        border-radius: 4px;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, white 0%, whitesmoke 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        /* IE6-9 */ }
        .ranking-vote__list__item__checkmark__icon {
          display: none;
          width: 100%;
          height: auto; }
      .ranking-vote__list__item__inner {
        position: relative;
        z-index: 12; }
      .ranking-vote__list__item__img {
        width: 100%;
        height: 100px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      .ranking-vote__list__item__title {
        height: 44px;
        font-size: 14px;
        line-height: 1.5;
        margin: 0.5em 1em;
        font-weight: bold;
        overflow: hidden;
        color: #dfae0a; }
      .ranking-vote__list__item__ctrl {
        margin: 0px 20px 20px 20px; }
        .ranking-vote__list__item__ctrl__btn,
        .ranking-vote__list__item__ctrl a.ranking-vote__list__item__ctrl__btn {
          display: block;
          margin: auto;
          margin-bottom: 0.5em;
          border-radius: 4px;
          font-size: 13px;
          padding: 0.6em 2em;
          font-weight: bold;
          cursor: pointer;
          transition: all 0.3s ease;
          background-color: #f5c627;
          color: #353535;
          text-decoration: none !important; }
          .ranking-vote__list__item__ctrl__btn:hover,
          .ranking-vote__list__item__ctrl a.ranking-vote__list__item__ctrl__btn:hover {
            background-color: #f7d358;
            color: #353535;
            text-decoration: none; }
          .ranking-vote__list__item__ctrl__btn--type-vote,
          .ranking-vote__list__item__ctrl a.ranking-vote__list__item__ctrl__btn--type-vote {
            display: block; }
          .ranking-vote__list__item__ctrl__btn--type-off,
          .ranking-vote__list__item__ctrl a.ranking-vote__list__item__ctrl__btn--type-off {
            display: none;
            background-color: #fadfe2;
            color: #353535; }
            .ranking-vote__list__item__ctrl__btn--type-off:hover,
            .ranking-vote__list__item__ctrl a.ranking-vote__list__item__ctrl__btn--type-off:hover {
              background-color: #f4b2bb; }
          .ranking-vote__list__item__ctrl__btn--type-info,
          .ranking-vote__list__item__ctrl a.ranking-vote__list__item__ctrl__btn--type-info {
            background-color: #353535;
            color: #ffffff; }
            .ranking-vote__list__item__ctrl__btn--type-info:hover,
            .ranking-vote__list__item__ctrl a.ranking-vote__list__item__ctrl__btn--type-info:hover {
              color: #ffffff;
              background-color: #4f4f4f; }
      .ranking-vote__list__item.is-checked {
        background-color: #ee8593;
        border-color: #ee8593;
        -webkit-animation: anime-pop 0.4s ease alternate;
        animation: anime-pop 0.4s ease alternate; }
        .ranking-vote__list__item.is-checked .ranking-vote__list__item__checkmark__icon {
          display: block; }
        .ranking-vote__list__item.is-checked .ranking-vote__list__item__title {
          color: #ffffff; }
        .ranking-vote__list__item.is-checked .ranking-vote__list__item__ctrl__btn--type-vote,
        .ranking-vote__list__item.is-checked .ranking-vote__list__item__ctrl a.ranking-vote__list__item.is-checked .ranking-vote__list__item__ctrl__btn--type-vote {
          display: none; }
        .ranking-vote__list__item.is-checked .ranking-vote__list__item__ctrl__btn--type-off,
        .ranking-vote__list__item.is-checked .ranking-vote__list__item__ctrl a.ranking-vote__list__item.is-checked .ranking-vote__list__item__ctrl__btn--type-off {
          display: block; }
  .ranking-vote--type-l .ranking-vote__list {
    border-top: 2px dotted #e6e6e6;
    border-bottom: 2px dotted #e6e6e6;
    padding: 20px 0; }
    .ranking-vote--type-l .ranking-vote__list__item {
      width: 360px;
      background-color: white; }
      .ranking-vote--type-l .ranking-vote__list__item__img {
        height: 200px; }

.ranking-vote__list__item {
  overflow: visible; }
  .ranking-vote__list__item::after {
    content: '投票しました';
    font-weight: bold;
    font-size: 1em;
    position: absolute;
    z-index: 110;
    width: 100px;
    height: 20px;
    padding: 10px;
    background-color: #ee8593;
    color: #ffffff;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -60px;
    border-radius: 2px;
    opacity: 0; }

.ranking-vote__list__item.is-checked::after {
  -webkit-animation: vote-info 1s ease 0s 1 forwards;
  animation: vote-info 1s ease 0s 1 forwards; }

@-webkit-keyframes anime-pop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98); }
  30% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes anime-pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98); }
  30% {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes vote-info {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  25%, 75% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes vote-info {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  25%, 75% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.vote-guide {
  padding: 1em 1em 0em 1em;
  width: 300px;
  margin: auto;
  text-align: center; }

.sidebar-ranking-box {
  display: block; }
  .sidebar-ranking-box:link {
    text-decoration: none; }
  .sidebar-ranking-box__header {
    text-align: center;
    text-decoration: none;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em; }
  .sidebar-ranking-box__img {
    height: 200px;
    position: relative;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-size: cover; }
  .sidebar-ranking-box__badge {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    transition: all 0.3s ease; }
  .sidebar-ranking-box__title {
    padding: 0.5em 0;
    text-decoration: none; }
  .sidebar-ranking-box:hover {
    opacity: 0.7; }
    .sidebar-ranking-box:hover__badge {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

.ov-login {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(245, 198, 39, 0.8); }
  .ov-login__mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000; }
  .ov-login__inner {
    position: absolute;
    z-index: 10000;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 400px;
    margin: -200px 0 0 -300px; }
  .ov-login__close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -50px;
    right: -50px; }
    .ov-login__close::after,
    .ov-login__close::before {
      content: '';
      width: 3px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 25px;
      background-color: white; }
    .ov-login__close::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .ov-login__close::before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .ov-login__close a {
      display: block;
      width: 100%;
      height: 100%; }

/*.job-box-shortcode,
.new-post-detail-unit .job-box-shortcode{
   margin-right: auto;
   margin-left: auto;
   margin-top: 10px;
   margin-bottom: 20px;
   width: 100%;
   max-width: 300px;
   display: inline-block;
   vertical-align: top;
   font-size: 14px;
   position: relative;
   text-align: left;
   z-index: 100;

   a{
      text-decoration: none;
      color: $color-text;
   }
   &__hit{
      display: block;
      background-color: lighten($color-border , 5%);
      border: 1px solid $color-border;
      border-radius: 4px;
      padding: 8px 8px 5px 8px;
      -webkit-transition: all .3s ease;
         -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
           -o-transition: all .3s ease;
              transition: all .3s ease;
      &:hover{
         background-color: darken($color-border , 5%);
         //background-color: lighten($color-jobot , 15%);

         img{
            //opacity: 0.7;
         }
      }

   }
   &__info{
      font-size: 10px;
      position: absolute;
      top: 0;
      right:  0;
      background-color: $color-jobot;
      color: $color-white0;
      padding: 0.1em 1em;
      z-index: 150;
      line-height: 1.5;
      font-weight: bold;
      -webkit-border-top-left-radius : 0px;
      -webkit-border-top-right-radius: 0px;
         -moz-border-radius-topleft  : 0px;
         -moz-border-radius-topright : 0px;
              border-top-left-radius : 0px;
              border-top-right-radius: 0px;
      -webkit-border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius : 5px;
         -moz-border-radius-bottomright : 0px;
         -moz-border-radius-bottomleft  : 5px;
              border-bottom-right-radius: 0px;
              border-bottom-left-radius : 5px;

   }
   &__img{
      position: relative;
      img{
         border-radius: 3px;
      -webkit-transition: all .3s ease;
         -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
           -o-transition: all .3s ease;
              transition: all .3s ease;
      }
   }
   &__title{
      font-size: 13px!important;
      margin: 0!important;
   }
   &__company-name{
      margin: 0!important;
      font-size: 11px!important;
      color: $color-jobot;
   }
   &__caption{
      margin: 0!important;
      font-size: 11px!important;
      color: $color-text-sub;
   }
}*/
.comment-login {
  background: #DE3922;
  margin-bottom: 15px;
  color: #ffffff;
  cursor: pointer; }

.antenna-list-area {
  zoom: 1; }
  .antenna-list-area:before,
  .antenna-list-area:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .antenna-list-area:after {
    clear: both; }
  .antenna-list-area .row {
    zoom: 1; }
    .antenna-list-area .row:before,
    .antenna-list-area .row:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .antenna-list-area .row:after {
      clear: both; }
  .antenna-list-area .antenna-list {
    background: #f9f9f9;
    position: relative;
    z-index: 10;
    margin-bottom: 7px; }
    .antenna-list-area .antenna-list .icon-new {
      position: absolute;
      top: -4px;
      right: -4px;
      width: 52px;
      height: 52px;
      background: url(../../images/job/new-icon-m.png) 0 0 no-repeat;
      z-index: 100;
      text-indent: -9999px;
      font-size: 0.1em;
      line-height: 0;
      overflow: hidden; }
    .antenna-list-area .antenna-list .inner {
      background: #ffffff;
      padding: 0px;
      display: table;
      min-height: 60px;
      width: 100%;
      text-decoration: none; }
    .antenna-list-area .antenna-list .thumb {
      display: table-cell;
      vertical-align: top;
      min-height: 60px;
      width: 60px;
      margin-right: 10px;
      background-color: #f9f9f9;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      transition: all 0.3s ease; }
      .antenna-list-area .antenna-list .thumb:hover {
        opacity: .75;
        /* Standard: FF gt 1.5, Opera, Safari */
        filter: alpha(opacity=75);
        /* IE lt 8 */
        -ms-filter: "alpha(opacity=75)";
        /* IE 8 */
        -khtml-opacity: .75;
        /* Safari 1.x */
        -moz-opacity: .75;
        /* FF lt 1.5, Netscape */ }
    .antenna-list-area .antenna-list .antenna-list-meta-area {
      width: 462px;
      min-height: 60px;
      display: table-cell;
      vertical-align: top;
      padding: 10px 10px 10px 20px;
      position: relative; }
      .antenna-list-area .antenna-list .antenna-list-meta-area:before {
        content: '';
        width: 10px;
        height: 60px;
        z-index: -1;
        background: red; }
      .antenna-list-area .antenna-list .antenna-list-meta-area .row {
        padding: 2px 0 0 0; }
      .antenna-list-area .antenna-list .antenna-list-meta-area a {
        display: block; }
      .antenna-list-area .antenna-list .antenna-list-meta-area .meta-antenna-title {
        font-size: 13px;
        font-weight: bold;
        line-height: 2em; }
        .antenna-list-area .antenna-list .antenna-list-meta-area .meta-antenna-title a {
          text-decoration: none;
          display: block; }
          .antenna-list-area .antenna-list .antenna-list-meta-area .meta-antenna-title a:hover {
            text-decoration: underline; }
      .antenna-list-area .antenna-list .antenna-list-meta-area .antenna-editor-info {
        float: left; }
        .antenna-list-area .antenna-list .antenna-list-meta-area .antenna-editor-info .antenna-editor-thumb {
          float: left;
          border: 2px solid #e6e6e6;
          /* fix for android*/
          width: 28px;
          height: 28px;
          position: relative;
          border-radius: 16px;
          overflow: hidden; }
        .antenna-list-area .antenna-list .antenna-list-meta-area .antenna-editor-info .new-post-editor-name {
          font-size: 12px;
          padding-left: 10px;
          float: left;
          line-height: 30px; }
      .antenna-list-area .antenna-list .antenna-list-meta-area .meta-last-update {
        font-size: 11px;
        line-height: 30px;
        float: right;
        position: absolute;
        top: 3px;
        right: 15px;
        color: #8f8f8f; }
    .antenna-list-area .antenna-list .meta-summary {
      clear: both;
      font-size: 12px;
      color: #8f8f8f;
      line-height: 1.5; }
      .antenna-list-area .antenna-list .meta-summary a {
        display: inline; }

.antenna-detail-unit {
  position: relative; }
  .antenna-detail-unit .section-basic h1 {
    font-size: 20px; }
  .antenna-detail-unit .section-basic p {
    font-size: 13px; }
  .antenna-detail-unit .icon-new {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 70px;
    height: 70px;
    z-index: 100;
    background: url(../../images/job/new-icon-l.png) 0 0 no-repeat;
    text-indent: -9999px;
    font-size: 0.1em;
    line-height: 0;
    overflow: hidden; }
  .antenna-detail-unit .antenna-article-header {
    background-color: #f8f8f8;
    padding: 30px 30px 0 30px; }
    .antenna-detail-unit .antenna-article-header .meta-antenna-title {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.5em; }
      .antenna-detail-unit .antenna-article-header .meta-antenna-title a {
        text-decoration: none;
        display: block; }
        .antenna-detail-unit .antenna-article-header .meta-antenna-title a:hover {
          text-decoration: underline; }
    .antenna-detail-unit .antenna-article-header .row {
      zoom: 1;
      margin: 5px 0 0 0;
      padding: 5px 0 0 0;
      border-top: 2px dotted #e6e6e6; }
      .antenna-detail-unit .antenna-article-header .row:before,
      .antenna-detail-unit .antenna-article-header .row:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .antenna-detail-unit .antenna-article-header .row:after {
        clear: both; }
    .antenna-detail-unit .antenna-article-header .antenna-editor-info {
      font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
      float: left;
      overflow: hidden; }
      .antenna-detail-unit .antenna-article-header .antenna-editor-info a {
        display: block; }
      .antenna-detail-unit .antenna-article-header .antenna-editor-info .antenna-editor-thumb {
        float: left;
        border: 2px solid #e6e6e6;
        /* fix for android*/
        width: 28px;
        height: 28px;
        position: relative;
        border-radius: 16px;
        overflow: hidden; }
      .antenna-detail-unit .antenna-article-header .antenna-editor-info .antenna-editor-name {
        padding-left: 10px;
        float: left;
        line-height: 30px;
        font-size: 14px; }
    .antenna-detail-unit .antenna-article-header .antenna-editor-profile {
      padding: 10px 0;
      font-size: 12px; }
    .antenna-detail-unit .antenna-article-header .antenna-editor-link {
      zoom: 1; }
      .antenna-detail-unit .antenna-article-header .antenna-editor-link:before,
      .antenna-detail-unit .antenna-article-header .antenna-editor-link:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .antenna-detail-unit .antenna-article-header .antenna-editor-link:after {
        clear: both; }
      .antenna-detail-unit .antenna-article-header .antenna-editor-link li {
        margin-right: 2px;
        margin-bottom: 2px;
        font-size: 12px; }
        .antenna-detail-unit .antenna-article-header .antenna-editor-link li a {
          background: #f5c627;
          padding: 2px 5px;
          text-decoration: none;
          color: #ffffff;
          display: block;
          height: 18px;
          line-height: 18px;
          border-radius: 2px; }
          .antenna-detail-unit .antenna-article-header .antenna-editor-link li a:hover {
            background: #353535; }
    .antenna-detail-unit .antenna-article-header .meta-last-update {
      font-size: 12px;
      line-height: 30px;
      float: right;
      color: #8f8f8f; }
  .antenna-detail-unit .antenna-article-body {
    padding: 20px 30px 30px 30px;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 300;
    text-align: justify;
    /* headline */
    /* table */
    font-size: 16px;
    line-height: 1.8; }
    .antenna-detail-unit .antenna-article-body img {
      max-width: 100%; }
    .antenna-detail-unit .antenna-article-body a {
      text-decoration: underline;
      position: relative;
      font-weight: bold;
      transition: all 0.3s ease; }
      .antenna-detail-unit .antenna-article-body a:hover {
        text-decoration: none; }
    .antenna-detail-unit .antenna-article-body h1 {
      font-size: 1.3em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .antenna-detail-unit .antenna-article-body h2 {
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .antenna-detail-unit .antenna-article-body h3 {
      font-size: 1.15em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .antenna-detail-unit .antenna-article-body h4 {
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .antenna-detail-unit .antenna-article-body h5 {
      font-size: 1.05em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .antenna-detail-unit .antenna-article-body h6 {
      font-size: 1em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .antenna-detail-unit .antenna-article-body p {
      font-size: 1em;
      line-height: 1.9;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .antenna-detail-unit .antenna-article-body small {
      font-size: 0.8em; }
    .antenna-detail-unit .antenna-article-body strong {
      font-weight: bold; }
    .antenna-detail-unit .antenna-article-body table {
      border: 1px solid #d9d9d9;
      margin-bottom: 1.5em;
      width: 100%; }
      .antenna-detail-unit .antenna-article-body table caption {
        font-weight: bold; }
      .antenna-detail-unit .antenna-article-body table th {
        background: #dddddd;
        /* Old browsers */
        font-size: 10px; }
      .antenna-detail-unit .antenna-article-body table td {
        font-size: 12px; }
      .antenna-detail-unit .antenna-article-body table td,
      .antenna-detail-unit .antenna-article-body table th {
        border: 1px solid #d9d9d9;
        padding: 6.66667px 10px;
        vertical-align: middle;
        line-height: 1.5; }
    .antenna-detail-unit .antenna-article-body ul {
      margin-bottom: 1.5em; }
      .antenna-detail-unit .antenna-article-body ul li {
        list-style-type: disc;
        margin-left: 2em; }
    .antenna-detail-unit .antenna-article-body ol {
      margin-bottom: 1.5em; }
      .antenna-detail-unit .antenna-article-body ol li {
        list-style-type: decimal;
        margin-left: 2em; }
    .antenna-detail-unit .antenna-article-body dl dd {
      padding: 0 1em 1em 1em; }
    .antenna-detail-unit .antenna-article-body hr {
      display: block;
      height: 0px;
      margin: 7px 0;
      border: none;
      border-top: 1px solid #d9d9d9; }
    .antenna-detail-unit .antenna-article-body * html hr {
      /* for -IE6 */
      margin: 0; }
    .antenna-detail-unit .antenna-article-body *:first-child + html hr {
      /* for IE7 */
      margin: 0; }
    .antenna-detail-unit .antenna-article-body blockquote {
      background-color: #f2f2f2;
      padding: 1em;
      border-radius: 2px;
      font-style: italic;
      font-size: 0.9em; }
    .antenna-detail-unit .antenna-article-body figure {
      margin: 1em 0;
      background-color: #f2f2f2;
      padding: 1em;
      text-align: center; }
      .antenna-detail-unit .antenna-article-body figure img {
        max-width: 100%; }
      .antenna-detail-unit .antenna-article-body figure figcaption {
        margin: 1em;
        font-size: 10rem; }
    .antenna-detail-unit .antenna-article-body p {
      font-size: 12px;
      line-height: 1.8; }

.blog-btn-style {
  border-radius: 2px;
  border: 1px solid #8F8F8F;
  width: 136px;
  padding: 5px 0;
  margin: -57px 0 0 190px;
  text-align: center !important;
  font-weight: bold; }
  .blog-btn-style a:link {
    text-decoration: none; }

.ui-pnotify .ui-pnotify-icon {
  padding-top: 0.3em; }

.ui-pnotify .ui-pnotify-sticker {
  display: none !important; }

.swiper-button-next {
  background-image: url(/images/common/arrow-next.png);
  background-size: 20px auto; }
  .swiper-button-next:hover {
    opacity: 0.8; }

.swiper-button-prev {
  background-image: url(/images/common/arrow-prev.png);
  background-size: 20px auto; }
  .swiper-button-prev:hover {
    opacity: 0.8; }

.swiper-container--pickup-in-footer {
  overflow: visible; }
  .swiper-container--pickup-in-footer .swiper-button-next.swiper-button-next--pickup-in-footer,
  .swiper-container--pickup-in-footer .swiper-button-prev.swiper-button-prev--pickup-in-footer {
    top: -58px; }

.swiper-container--recently-viewed {
  overflow: visible; }
  .swiper-container--recently-viewed .swiper-button-next.swiper-button-next--recently-viewed,
  .swiper-container--recently-viewed .swiper-button-prev.swiper-button-prev--recently-viewed {
    top: -58px; }

/*
   jquery plugin等の のヘルパーcss等 （上書きの可能性があるためこちらへ）
*/
.lo-header-top,
.lo-header-inner {
  display: none; }

.lo-header-sp-top,
.lo-header-sp-inner {
  display: block; }

@media screen and (min-width: 768px) {
  .lo-header-top,
  .lo-header-inner {
    display: block; }
  .lo-header-sp-top,
  .lo-header-sp-inner {
    display: none; } }

.lo-simple-header {
  background-color: #EDECD9;
  padding: 1rem; }

.lo-header-top {
  background-color: #EDECD9;
  position: relative;
  background: black; }
  .lo-header-top .ui.inverted.segment, .lo-header-top .ui.primary.inverted.segment {
    background: transparent; }
  .lo-header-top__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .lo-header-top__bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.lo-header-inner {
  background-color: #EDECD9; }

.lo-header-sp-top {
  overflow: hidden;
  background-color: black;
  position: relative;
  z-index: 20; }
  .lo-header-sp-top__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 21; }
  .lo-header-sp-top__inner {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 22; }
  .lo-header-sp-top__col {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
    .lo-header-sp-top__col--left {
      text-align: left;
      width: 20%; }
    .lo-header-sp-top__col--center {
      text-align: center;
      width: 60%; }
    .lo-header-sp-top__col--right {
      text-align: right;
      width: 20%; }
  .lo-header-sp-top__icon-menu {
    display: inline-block;
    font-size: 1.5rem;
    padding: 1rem; }
  .lo-header-sp-top .icon {
    color: white; }
  .lo-header-sp-top__content {
    margin: 6em 0 8em 0;
    position: relative;
    z-index: 22; }
  .lo-header-sp-top__ui {
    position: relative;
    z-index: 23; }
    .lo-header-sp-top__ui .ui.menu {
      background-color: rgba(0, 0, 0, 0.6);
      border-radius: 0; }

.lo-header-sp-inner {
  overflow: hidden;
  background-color: #EDECD9;
  height: 60px;
  position: relative; }
  .lo-header-sp-inner__inner {
    width: 100%;
    height: 100%;
    display: table; }
  .lo-header-sp-inner__col {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
    .lo-header-sp-inner__col--left {
      text-align: left;
      width: 20%; }
    .lo-header-sp-inner__col--center {
      text-align: center;
      width: 60%; }
    .lo-header-sp-inner__col--right {
      text-align: right;
      width: 20%; }
  .lo-header-sp-inner__icon-menu {
    display: inline-block;
    font-size: 1.5rem;
    padding: 1rem; }

.lo-header-nav .item {
  font-weight: 600 !important; }
  .lo-header-nav .item i {
    vertical-align: middle;
    margin-right: 0.2em;
    font-weight: normal !important; }

.lo-header-nav .menu {
  border-radius: 0px !important; }

.lo-main-lang-switch {
  font-weight: bold; }
  .lo-main-lang-switch .ui.button {
    border-radius: 0 !important;
    padding: 0.6em 1.5em 0.5em 1.5em;
    border: 2px solid #53524b !important;
    background-color: transparent;
    box-sizing: border-box;
    color: rgba(83, 82, 75, 0.5); }
    .lo-main-lang-switch .ui.button.active {
      background-color: #53524b;
      color: white; }

.lo-main-lang-switch--in-top {
  font-weight: bold; }
  .lo-main-lang-switch--in-top .ui.button {
    border-radius: 0 !important;
    padding: 0.6em 1.5em 0.5em 1.5em;
    border: 2px solid #ffffff !important;
    background-color: transparent;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.7); }
    .lo-main-lang-switch--in-top .ui.button.active {
      background-color: #ffffff;
      color: black; }

.lo-header-search .ui.dropdown.label {
  border-color: #53524b;
  background-color: transparent;
  padding-top: 0.4em !important;
  padding-bottom: 0.4em !important; }
  .lo-header-search .ui.dropdown.label .text {
    vertical-align: middle;
    line-height: 1.4em; }

.lo-header-search input {
  padding-top: 0.4em !important;
  padding-bottom: 0.4em !important; }

.lo-footer {
  background: #EDECD9;
  padding: 2rem 1rem; }

.lo-footer-menu1.ui.list .item {
  display: block;
  margin: 1.5em auto !important;
  border: none !important; }
  @media screen and (min-width: 768px) {
    .lo-footer-menu1.ui.list .item {
      display: inline-block;
      margin: auto; } }

hr {
  outline: none;
  border: none;
  border-top: 1px solid #d9d9d9; }

.lo-hr-bold {
  margin: 2em 0;
  border-top: 2px solid black; }

.lo-table-basic {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  font-size: 12px; }
  .lo-table-basic tr th {
    padding: 20px 1em;
    width: 100px;
    border-bottom: 1px solid #d9d9d9;
    text-align: left; }
  .lo-table-basic tr td {
    padding: 20px 30px;
    border-bottom: 1px solid #d9d9d9; }
    .lo-table-basic tr td .required {
      background: #f5c627;
      text-align: center;
      display: block;
      padding: 5px;
      color: white;
      font-size: 11px; }
    .lo-table-basic tr td.error-message-box {
      background: #de3922 url(../../images/mypage/info-icon-info.png) 30px center no-repeat;
      color: white;
      font-size: 14px;
      padding-left: 60px;
      padding-right: 30px; }
  .lo-table-basic tr:last-child th, .lo-table-basic tr:last-child td {
    border-bottom: none; }
  .lo-table-basic tr.error th {
    color: #de3922; }
  .lo-table-basic tr.error label {
    color: #de3922; }
  .lo-table-basic tr.error input {
    border-color: #de3922;
    background-color: #fcecea; }
  .lo-table-basic tr.error .error-description {
    color: #de3922;
    font-size: 10px; }
  .lo-table-basic tr.error td, .lo-table-basic tr.error th {
    background-color: #fef8f7; }
  .lo-table-basic tr.row-title th, .lo-table-basic tr.row-title td {
    background: #f9f9f9;
    padding: 10px 20px;
    font-weight: bold;
    color: #353535;
    font-size: 14px; }
  .col-single .lo-table-basic tr th, .col-single .lo-table-basic tr td {
    padding: 20px 20px; }
  .col-single .lo-table-basic tr.row-title th, .col-single .lo-table-basic tr.row-title td {
    padding: 10px 20px; }
  .col-single .lo-table-basic tr td.error-message-box {
    padding-left: 60px;
    padding-right: 30px; }
  .lo-table-basic .example {
    font-size: 10px;
    color: #8f8f8f;
    display: inline;
    padding: 0 0 0 1em; }

.lo-table-offset {
  background-color: #e8e8e8;
  padding: 20px; }
  .lo-table-offset .lo-table-basic {
    background-color: rgba(0, 0, 0, 0.2); }

.table-offset-header th, .table-offset-header td {
  padding: 5px 10px !important;
  color: white;
  background-color: rgba(0, 0, 0, 0.2); }

.lo-breadcrumb {
  padding-top: 0.3rem !important;
  padding-bottom: 0.5rem !important;
  background-color: #f5f5ea;
  display: none; }
  @media screen and (min-width: 768px) {
    .lo-breadcrumb {
      display: block; } }

/*

   参考
   http://thenewcode.com/844/Easy-Masonry-Layout-With-Flexbox


*/
.lo-masonry-visual {
  background-color: #191808;
  height: 100%;
  overflow: hidden;
  text-align: center; }
  .lo-masonry-visual__inner {
    opacity: 0.5;
    -webkit-animation: ph-up 30s ease-out 0s 1 forwards;
    animation: ph-up 30s ease-out 0s 1 forwards;
    width: 120%;
    margin-left: -10%;
    margin-right: -10%;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 200%;
    font-size: 0; }
  .lo-masonry-visual__item {
    width: 25%; }
    @media screen and (min-width: 768px) {
      .lo-masonry-visual__item {
        width: 20%; } }
    @media screen and (min-width: 1200px) {
      .lo-masonry-visual__item {
        width: 12.5%; } }
    .lo-masonry-visual__item img {
      width: 100%;
      vertical-align: bottom; }
    .lo-masonry-visual__item .ph-op {
      opacity: 0; }
  .no-flexbox .lo-masonry-visual .lo-masonry-visual__inner {
    display: block; }
  .no-flexbox .lo-masonry-visual .lo-masonry-visual__item {
    display: inline-block;
    vertical-align: top; }

.lo-masonry-visual__item:nth-child(1) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.02s;
  animation-delay: 0.02s; }

.lo-masonry-visual__item:nth-child(2) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s; }

.lo-masonry-visual__item:nth-child(3) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s; }

.lo-masonry-visual__item:nth-child(4) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s; }

.lo-masonry-visual__item:nth-child(5) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.lo-masonry-visual__item:nth-child(6) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s; }

.lo-masonry-visual__item:nth-child(7) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s; }

.lo-masonry-visual__item:nth-child(8) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s; }

.lo-masonry-visual__item:nth-child(9) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s; }

.lo-masonry-visual__item:nth-child(10) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.lo-masonry-visual__item:nth-child(11) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s; }

.lo-masonry-visual__item:nth-child(12) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s; }

.lo-masonry-visual__item:nth-child(13) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s; }

.lo-masonry-visual__item:nth-child(14) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s; }

.lo-masonry-visual__item:nth-child(15) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.lo-masonry-visual__item:nth-child(16) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s; }

.lo-masonry-visual__item:nth-child(17) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s; }

.lo-masonry-visual__item:nth-child(18) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s; }

.lo-masonry-visual__item:nth-child(19) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s; }

.lo-masonry-visual__item:nth-child(20) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.lo-masonry-visual__item:nth-child(21) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s; }

.lo-masonry-visual__item:nth-child(22) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

.lo-masonry-visual__item:nth-child(23) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s; }

.lo-masonry-visual__item:nth-child(24) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s; }

.lo-masonry-visual__item:nth-child(25) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.lo-masonry-visual__item:nth-child(26) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s; }

.lo-masonry-visual__item:nth-child(27) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.54s;
  animation-delay: 0.54s; }

.lo-masonry-visual__item:nth-child(28) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s; }

.lo-masonry-visual__item:nth-child(29) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s; }

.lo-masonry-visual__item:nth-child(30) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.lo-masonry-visual__item:nth-child(31) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s; }

.lo-masonry-visual__item:nth-child(32) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s; }

.lo-masonry-visual__item:nth-child(33) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s; }

.lo-masonry-visual__item:nth-child(34) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.68s;
  animation-delay: 0.68s; }

.lo-masonry-visual__item:nth-child(35) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.lo-masonry-visual__item:nth-child(36) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s; }

.lo-masonry-visual__item:nth-child(37) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.74s;
  animation-delay: 0.74s; }

.lo-masonry-visual__item:nth-child(38) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.76s;
  animation-delay: 0.76s; }

.lo-masonry-visual__item:nth-child(39) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s; }

.lo-masonry-visual__item:nth-child(40) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.lo-masonry-visual__item:nth-child(41) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.82s;
  animation-delay: 0.82s; }

.lo-masonry-visual__item:nth-child(42) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.84s;
  animation-delay: 0.84s; }

.lo-masonry-visual__item:nth-child(43) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.86s;
  animation-delay: 0.86s; }

.lo-masonry-visual__item:nth-child(44) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.88s;
  animation-delay: 0.88s; }

.lo-masonry-visual__item:nth-child(45) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.lo-masonry-visual__item:nth-child(46) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.92s;
  animation-delay: 0.92s; }

.lo-masonry-visual__item:nth-child(47) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.94s;
  animation-delay: 0.94s; }

.lo-masonry-visual__item:nth-child(48) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s; }

.lo-masonry-visual__item:nth-child(49) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 0.98s;
  animation-delay: 0.98s; }

.lo-masonry-visual__item:nth-child(50) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.lo-masonry-visual__item:nth-child(51) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.02s;
  animation-delay: 1.02s; }

.lo-masonry-visual__item:nth-child(52) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s; }

.lo-masonry-visual__item:nth-child(53) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.06s;
  animation-delay: 1.06s; }

.lo-masonry-visual__item:nth-child(54) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.08s;
  animation-delay: 1.08s; }

.lo-masonry-visual__item:nth-child(55) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.lo-masonry-visual__item:nth-child(56) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.12s;
  animation-delay: 1.12s; }

.lo-masonry-visual__item:nth-child(57) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.14s;
  animation-delay: 1.14s; }

.lo-masonry-visual__item:nth-child(58) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.16s;
  animation-delay: 1.16s; }

.lo-masonry-visual__item:nth-child(59) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.18s;
  animation-delay: 1.18s; }

.lo-masonry-visual__item:nth-child(60) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.lo-masonry-visual__item:nth-child(61) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.22s;
  animation-delay: 1.22s; }

.lo-masonry-visual__item:nth-child(62) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.24s;
  animation-delay: 1.24s; }

.lo-masonry-visual__item:nth-child(63) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.26s;
  animation-delay: 1.26s; }

.lo-masonry-visual__item:nth-child(64) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.28s;
  animation-delay: 1.28s; }

.lo-masonry-visual__item:nth-child(65) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.lo-masonry-visual__item:nth-child(66) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.32s;
  animation-delay: 1.32s; }

.lo-masonry-visual__item:nth-child(67) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.34s;
  animation-delay: 1.34s; }

.lo-masonry-visual__item:nth-child(68) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.36s;
  animation-delay: 1.36s; }

.lo-masonry-visual__item:nth-child(69) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.38s;
  animation-delay: 1.38s; }

.lo-masonry-visual__item:nth-child(70) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.lo-masonry-visual__item:nth-child(71) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.42s;
  animation-delay: 1.42s; }

.lo-masonry-visual__item:nth-child(72) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.44s;
  animation-delay: 1.44s; }

.lo-masonry-visual__item:nth-child(73) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.46s;
  animation-delay: 1.46s; }

.lo-masonry-visual__item:nth-child(74) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.48s;
  animation-delay: 1.48s; }

.lo-masonry-visual__item:nth-child(75) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.lo-masonry-visual__item:nth-child(76) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.52s;
  animation-delay: 1.52s; }

.lo-masonry-visual__item:nth-child(77) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.54s;
  animation-delay: 1.54s; }

.lo-masonry-visual__item:nth-child(78) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.56s;
  animation-delay: 1.56s; }

.lo-masonry-visual__item:nth-child(79) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.58s;
  animation-delay: 1.58s; }

.lo-masonry-visual__item:nth-child(80) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.lo-masonry-visual__item:nth-child(81) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.62s;
  animation-delay: 1.62s; }

.lo-masonry-visual__item:nth-child(82) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.64s;
  animation-delay: 1.64s; }

.lo-masonry-visual__item:nth-child(83) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.66s;
  animation-delay: 1.66s; }

.lo-masonry-visual__item:nth-child(84) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.68s;
  animation-delay: 1.68s; }

.lo-masonry-visual__item:nth-child(85) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s; }

.lo-masonry-visual__item:nth-child(86) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.72s;
  animation-delay: 1.72s; }

.lo-masonry-visual__item:nth-child(87) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.74s;
  animation-delay: 1.74s; }

.lo-masonry-visual__item:nth-child(88) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.76s;
  animation-delay: 1.76s; }

.lo-masonry-visual__item:nth-child(89) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.78s;
  animation-delay: 1.78s; }

.lo-masonry-visual__item:nth-child(90) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.lo-masonry-visual__item:nth-child(91) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.82s;
  animation-delay: 1.82s; }

.lo-masonry-visual__item:nth-child(92) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.84s;
  animation-delay: 1.84s; }

.lo-masonry-visual__item:nth-child(93) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.86s;
  animation-delay: 1.86s; }

.lo-masonry-visual__item:nth-child(94) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.88s;
  animation-delay: 1.88s; }

.lo-masonry-visual__item:nth-child(95) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s; }

.lo-masonry-visual__item:nth-child(96) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.92s;
  animation-delay: 1.92s; }

.lo-masonry-visual__item:nth-child(97) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.94s;
  animation-delay: 1.94s; }

.lo-masonry-visual__item:nth-child(98) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.96s;
  animation-delay: 1.96s; }

.lo-masonry-visual__item:nth-child(99) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 1.98s;
  animation-delay: 1.98s; }

.lo-masonry-visual__item:nth-child(100) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.lo-masonry-visual__item:nth-child(101) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.02s;
  animation-delay: 2.02s; }

.lo-masonry-visual__item:nth-child(102) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.04s;
  animation-delay: 2.04s; }

.lo-masonry-visual__item:nth-child(103) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.06s;
  animation-delay: 2.06s; }

.lo-masonry-visual__item:nth-child(104) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.08s;
  animation-delay: 2.08s; }

.lo-masonry-visual__item:nth-child(105) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s; }

.lo-masonry-visual__item:nth-child(106) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.12s;
  animation-delay: 2.12s; }

.lo-masonry-visual__item:nth-child(107) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.14s;
  animation-delay: 2.14s; }

.lo-masonry-visual__item:nth-child(108) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.16s;
  animation-delay: 2.16s; }

.lo-masonry-visual__item:nth-child(109) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.18s;
  animation-delay: 2.18s; }

.lo-masonry-visual__item:nth-child(110) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s; }

.lo-masonry-visual__item:nth-child(111) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.22s;
  animation-delay: 2.22s; }

.lo-masonry-visual__item:nth-child(112) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.24s;
  animation-delay: 2.24s; }

.lo-masonry-visual__item:nth-child(113) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.26s;
  animation-delay: 2.26s; }

.lo-masonry-visual__item:nth-child(114) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.28s;
  animation-delay: 2.28s; }

.lo-masonry-visual__item:nth-child(115) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s; }

.lo-masonry-visual__item:nth-child(116) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.32s;
  animation-delay: 2.32s; }

.lo-masonry-visual__item:nth-child(117) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.34s;
  animation-delay: 2.34s; }

.lo-masonry-visual__item:nth-child(118) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.36s;
  animation-delay: 2.36s; }

.lo-masonry-visual__item:nth-child(119) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.38s;
  animation-delay: 2.38s; }

.lo-masonry-visual__item:nth-child(120) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

.lo-masonry-visual__item:nth-child(121) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.42s;
  animation-delay: 2.42s; }

.lo-masonry-visual__item:nth-child(122) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.44s;
  animation-delay: 2.44s; }

.lo-masonry-visual__item:nth-child(123) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.46s;
  animation-delay: 2.46s; }

.lo-masonry-visual__item:nth-child(124) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.48s;
  animation-delay: 2.48s; }

.lo-masonry-visual__item:nth-child(125) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.lo-masonry-visual__item:nth-child(126) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.52s;
  animation-delay: 2.52s; }

.lo-masonry-visual__item:nth-child(127) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.54s;
  animation-delay: 2.54s; }

.lo-masonry-visual__item:nth-child(128) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.56s;
  animation-delay: 2.56s; }

.lo-masonry-visual__item:nth-child(129) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.58s;
  animation-delay: 2.58s; }

.lo-masonry-visual__item:nth-child(130) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s; }

.lo-masonry-visual__item:nth-child(131) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.62s;
  animation-delay: 2.62s; }

.lo-masonry-visual__item:nth-child(132) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.64s;
  animation-delay: 2.64s; }

.lo-masonry-visual__item:nth-child(133) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.66s;
  animation-delay: 2.66s; }

.lo-masonry-visual__item:nth-child(134) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.68s;
  animation-delay: 2.68s; }

.lo-masonry-visual__item:nth-child(135) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s; }

.lo-masonry-visual__item:nth-child(136) .ph-op {
  -webkit-animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  animation: ph-op 1s cubic-bezier(0.3, 0.64, 0.36, 0.99) forwards;
  -webkit-animation-delay: 2.72s;
  animation-delay: 2.72s; }

@-webkit-keyframes ph-op {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px) scale(0.9);
    -ms-transform: translateY(100px) scale(0.9);
    transform: translateY(100px) scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }

@keyframes ph-op {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px) scale(0.9);
    -ms-transform: translateY(100px) scale(0.9);
    transform: translateY(100px) scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }

@-webkit-keyframes ph-up {
  0% {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px); }
  100% {
    -webkit-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    transform: translateY(-180px); } }

@keyframes ph-up {
  0% {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px); }
  100% {
    -webkit-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    transform: translateY(-180px); } }

/*
   cssアニメチート
   ----
   この順番）
   animation-name　名前
   animation-duration　秒
   animation-timing-function　動き方
   animation-delay　遅延（秒）
   animation-iteration-count　繰り返し回数（無限はinfinite）
   animation-direction　反転alternate　通常normal
   animation-fill-mode 〔アニメーションのモードを指定〕 none | forwards | backwards | both [, none | forwards | backwards | both]*
   animation-play-state 〔アニメーションの実行・一時停止〕 running | paused [, running | paused]*
   ----
   例)
   -webkit-animation: name1 2s ease 0s infinite alternate;
      -moz-animation: name1 2s ease 0s infinite alternate;
       -ms-animation: name1 2s ease 0s infinite alternate;
        -o-animation: name1 2s ease 0s infinite alternate;
           animation: name1 2s ease 0s infinite alternate;


ease  開始と終了を滑らかに（初期値） = cubic-bezier(0.25, 0.1, 0.25, 1.0)
linear  一定 = cubic-bezier(0.0, 0.0, 1.0, 1.0)
ease-in ゆっくり開始 = cubic-bezier(0.42, 0, 1.0, 1.0)
ease-out  ゆっくり終了 = cubic-bezier(0, 0, 0.58, 1.0)
ease-in-out ゆっくり開始、ゆっくり終了 = cubic-bezier(0.42, 0, 0.58, 1.0)
アニメーションの動作方法  3次ベジェ曲線のP1とP2を (x1, y1, x2, y2) で指定

*/
.animeclass {
  -webkit-animation: name1 2s ease 0s 5 alternate;
  animation: name1 2s ease 0s 5 alternate; }

@-webkit-keyframes name1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes name1 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.lo-message-basic {
  background-color: #EDECD9;
  padding: 1.6em; }

.sns-btns-unit {
  text-align: left;
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 20px;
  zoom: 1; }
  .sns-btns-unit:before,
  .sns-btns-unit:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .sns-btns-unit:after {
    clear: both; }
  .sns-btns-unit ul {
    margin: 0;
    zoom: 1;
    padding: 0; }
    .sns-btns-unit ul:before,
    .sns-btns-unit ul:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .sns-btns-unit ul:after {
      clear: both; }
    .sns-btns-unit ul li {
      display: inline-block;
      vertical-align: top; }

.ie7 .snsUnit ul li {
  /*display: inline;*/
  zoom: 1; }

.creditcard-list {
  padding-top: 5px; }
  .creditcard-list img {
    display: inline;
    padding: 0 2px 5px 0; }

.lo-place-list {
  line-height: 1.5; }
  .lo-place-list .ui.items .description {
    display: none; }
  .lo-place-list .ui.items .item .image {
    margin-top: 1em; }
  .lo-place-list .ui.items .item {
    padding: 2em 0 !important;
    border-top: 2px solid black; }
  .lo-place-list .ui.items .item .meta {
    color: black; }
  @media screen and (min-width: 768px) {
    .lo-place-list .ui.items .description {
      display: block; }
    .lo-place-list .ui.items .item .image {
      margin-top: 0; }
    .lo-place-list .ui.items .item .content {
      margin-right: 1em; } }
  .lo-place-list .header {
    font-size: 1.6rem !important; }
  .lo-place-list .meta {
    font-weight: 700; }
  .lo-place-list .meta,
  .lo-place-list .description {
    line-height: 1.5 !important; }
  .lo-place-list .meta-info {
    padding: 0.0em 0;
    line-height: 1.1;
    font-size: 0.8em;
    display: inline-block;
    margin-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-right: 1em;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.6); }
  .lo-place-list .image {
    transition: 0.3s all ease; }
    .lo-place-list .image:hover {
      opacity: .75; }

.lo-place-list-small__item__hit {
  display: block;
  text-align: left; }

.lo-place-list-small__item__thumb__inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.lo-place-list-small__item__title {
  margin: 0.5em 0;
  font-size: 1rem; }

.lo-place-list-small__item__lead {
  font-size: 0.8rem;
  opacity: 0.5; }

.lo-place {
  position: relative;
  overflow: hidden; }
  .lo-place__blur-bg {
    background-color: black;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: -5%;
    left: -5%;
    z-index: -1;
    width: 110%;
    height: 110%;
    height: 110vh;
    opacity: 0.2;
    -webkit-filter: blur(50px);
    filter: blur(50px); }
  .lo-place__main-visual {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 3rem;
    background-color: black;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .lo-place__main-visual__spacer {
      width: 100%;
      margin: auto;
      max-height: 70vh;
      max-width: 1200px; }
    .lo-place__main-visual--no-visual .lo-place__main-visual__spacer {
      display: none; }
    .lo-place__main-visual--no-visual .lo-place__main-visual__content {
      position: relative;
      top: auto;
      left: auto;
      width: auto;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      padding: 3rem 0; }
      @media screen and (min-width: 768px) {
        .lo-place__main-visual--no-visual .lo-place__main-visual__content {
          padding: 10rem 0; } }
    .lo-place__main-visual__mask {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
    .lo-place__main-visual__img-source-info {
      position: absolute;
      z-index: 11;
      bottom: 0px;
      right: 0px;
      height: 20px;
      font-size: 11px;
      line-height: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 0px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 0px;
      border-top-left-radius: 10px;
      border-top-right-radius: 0px;
      -webkit-border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomright: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      color: #ffffff;
      padding: 0 1em; }
      .lo-place__main-visual__img-source-info a {
        color: #ffffff; }
    .lo-place__main-visual__content {
      position: absolute;
      z-index: 10;
      text-align: center;
      color: white;
      width: 100%;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
      transform: translateY(-60%);
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); }
      .lo-place__main-visual__content__title {
        font-size: 1.6rem;
        font-weight: 400; }
        @media screen and (min-width: 768px) {
          .lo-place__main-visual__content__title {
            font-size: 3.5rem; } }
      .lo-place__main-visual__content__lead {
        width: 100%;
        max-width: 500px;
        text-align: left;
        margin: auto;
        padding: 1em;
        font-weight: 400;
        font-size: 9px;
        font-size: 10px; }
        @media screen and (min-width: 768px) {
          .lo-place__main-visual__content__lead {
            font-size: 0.9rem; } }
        @media screen and (min-width: 992px) {
          .lo-place__main-visual__content__lead {
            font-size: 1rem; } }
      .lo-place__main-visual__content__address {
        font-size: 9px;
        font-size: 10px;
        font-style: italic;
        opacity: 0.7; }
    .lo-place__main-visual__share {
      position: absolute;
      z-index: 10;
      width: 100%;
      bottom: -2rem;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
      .lo-place__main-visual__share .ui.button {
        border-radius: 999px; }
      @media screen and (min-width: 768px) {
        .lo-place__main-visual__share {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          bottom: 2rem; } }
  .lo-place__info-table {
    width: 100%;
    line-height: 1.5;
    font-size: 0.9rem; }
    @media screen and (min-width: 768px) {
      .lo-place__info-table {
        font-size: 1rem; } }
    .lo-place__info-table tr {
      border-bottom: 1px solid #d9d9d9;
      text-align: left; }
      .lo-place__info-table tr th,
      .lo-place__info-table tr td {
        padding: 0.8em 0; }
      .lo-place__info-table tr th {
        padding-right: 2em; }

.lo-place-gallery {
  background-color: #d9d9d9;
  padding: 0.5em;
  padding-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .lo-place-gallery {
      padding: 1em;
      padding-bottom: 2em; } }
  .lo-place-gallery .swiper-container--place-gallery .swiper-slide img {
    width: auto;
    height: 60px; }
    @media screen and (min-width: 768px) {
      .lo-place-gallery .swiper-container--place-gallery .swiper-slide img {
        height: 100px; } }
    @media screen and (min-width: 992px) {
      .lo-place-gallery .swiper-container--place-gallery .swiper-slide img {
        height: 140px; } }

.content-box-area .content-box {
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
  zoom: 1; }
  .content-box-area .content-box:before,
  .content-box-area .content-box:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .content-box-area .content-box:after {
    clear: both; }
  .content-box-area .content-box .figure {
    padding-right: 20px;
    padding-bottom: 10px;
    float: left;
    width: 40%; }
    .content-box-area .content-box .figure small {
      font-size: 11px; }
    .content-box-area .content-box .figure a {
      position: relative;
      display: block;
      width: 100%;
      z-index: 1; }
      .content-box-area .content-box .figure a img {
        transition: all 0.3s ease;
        opacity: 1;
        /* Standard: FF gt 1.5, Opera, Safari */
        filter: alpha(opacity=100);
        /* IE lt 8 */
        -ms-filter: "alpha(opacity=100)";
        /* IE 8 */
        -khtml-opacity: 1;
        /* Safari 1.x */
        -moz-opacity: 1;
        /* FF lt 1.5, Netscape */ }
      .content-box-area .content-box .figure a:before {
        transition: all 0.3s ease;
        position: absolute;
        display: block;
        text-align: center;
        font-size: 22px;
        padding: 5px;
        bottom: 5px;
        right: 5px;
        z-index: 100;
        background-color: black;
        opacity: 0;
        /* Standard: FF gt 1.5, Opera, Safari */
        filter: alpha(opacity=0);
        /* IE lt 8 */
        -ms-filter: "alpha(opacity=0)";
        /* IE 8 */
        -khtml-opacity: 0;
        /* Safari 1.x */
        -moz-opacity: 0;
        /* FF lt 1.5, Netscape */
        font-family: 'WebHostingHub-Glyphs';
        background: none;
        width: auto;
        height: auto;
        font-style: normal;
        content: '\f320'; }
      .content-box-area .content-box .figure a:hover img {
        opacity: .75;
        /* Standard: FF gt 1.5, Opera, Safari */
        filter: alpha(opacity=75);
        /* IE lt 8 */
        -ms-filter: "alpha(opacity=75)";
        /* IE 8 */
        -khtml-opacity: .75;
        /* Safari 1.x */
        -moz-opacity: .75;
        /* FF lt 1.5, Netscape */ }
      .content-box-area .content-box .figure a:hover:before {
        opacity: 1;
        /* Standard: FF gt 1.5, Opera, Safari */
        filter: alpha(opacity=100);
        /* IE lt 8 */
        -ms-filter: "alpha(opacity=100)";
        /* IE 8 */
        -khtml-opacity: 1;
        /* Safari 1.x */
        -moz-opacity: 1;
        /* FF lt 1.5, Netscape */ }
  .content-box-area .content-box .caption .content-box-title {
    font-size: 18px;
    margin-bottom: 0.5em; }
  .content-box-area .content-box .caption .content-box-text {
    font-size: 12px;
    line-height: 1.7; }

.detail-photo-list {
  border-top: 1px solid #d9d9d9;
  margin-top: 30px;
  padding: 30px 0 10px 0; }
  .detail-photo-list li {
    background-color: #f5c627;
    color: #ffffff;
    margin-bottom: 20px; }
    .detail-photo-list li span {
      font-size: 12px;
      text-align: center;
      display: block;
      padding: 4px; }
    .detail-photo-list li img {
      vertical-align: bottom; }

.lo-place-main-map {
  width: 100%;
  margin-bottom: 1rem;
  height: 120px; }
  @media screen and (min-width: 320px) {
    .lo-place-main-map {
      height: 200px; } }
  @media screen and (min-width: 768px) {
    .lo-place-main-map {
      height: 300px; } }

.lo-place-stars {
  text-align: center;
  letter-spacing: 0;
  font-size: 1.2rem; }
  .lo-place-stars i {
    margin: 0; }
  .lo-place-stars__inner {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3em; }
  .lo-place-stars__action {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2em;
    margin-right: 2em; }
  .lo-place-stars__side {
    margin: 0 1rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8rem; }

.lo-place-edit-btn {
  position: absolute;
  z-index: 10;
  top: 0em;
  right: 0em;
  font-size: 0.6rem; }
  @media screen and (min-width: 992px) {
    .lo-place-edit-btn {
      top: 2em;
      right: 2em;
      font-size: 1rem; } }
  .lo-place-edit-btn__inner {
    background-color: white; }
  .lo-place-edit-btn__item {
    padding: 1em 1.5em 0.7em 1.5em;
    display: block;
    text-align: center;
    background-color: black;
    color: white; }
    .lo-place-edit-btn__item .icon {
      font-size: 1.8em;
      margin: 0; }
    .lo-place-edit-btn__item__name {
      padding: 0;
      display: block;
      font-size: 0.8em; }

.locots-pov-area {
  padding: 10px 0 30px;
  background-color: black;
  position: relative;
  overflow: hidden; }
  .locots-pov-area .locots-pov-title {
    font-size: 12px;
    text-align: center;
    color: #fef9ea;
    position: relative;
    letter-spacing: 0.5em;
    z-index: 11;
    margin-bottom: 10px;
    font-weight: bold; }
    .locots-pov-area .locots-pov-title span {
      line-height: 1;
      font-size: 12px; }
  .locots-pov-area .locots-pov-content-title {
    font-size: 22px;
    position: relative;
    z-index: 12;
    margin-bottom: 0.5em; }
  .locots-pov-area .locots-pov-meta {
    text-align: right;
    color: #353535;
    padding: 0.3em 0;
    margin-bottom: 1em;
    letter-spacing: 0.1em;
    border-top: 2px dotted #b4b4b4;
    border-bottom: 2px dotted #b4b4b4;
    font-size: 0.8rem;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; }
  .locots-pov-area .locots-pov-content {
    position: relative;
    z-index: 15;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 300;
    text-align: justify;
    /* headline */
    /* table */ }
    .locots-pov-area .locots-pov-content img {
      max-width: 100%; }
    .locots-pov-area .locots-pov-content a {
      text-decoration: underline;
      position: relative;
      font-weight: bold;
      transition: all 0.3s ease; }
      .locots-pov-area .locots-pov-content a:hover {
        text-decoration: none; }
    .locots-pov-area .locots-pov-content h1 {
      font-size: 1.3em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .locots-pov-area .locots-pov-content h2 {
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .locots-pov-area .locots-pov-content h3 {
      font-size: 1.15em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .locots-pov-area .locots-pov-content h4 {
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .locots-pov-area .locots-pov-content h5 {
      font-size: 1.05em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .locots-pov-area .locots-pov-content h6 {
      font-size: 1em;
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .locots-pov-area .locots-pov-content p {
      font-size: 1em;
      line-height: 1.9;
      margin-bottom: 0.5em;
      margin-top: 1.5em; }
    .locots-pov-area .locots-pov-content small {
      font-size: 0.8em; }
    .locots-pov-area .locots-pov-content strong {
      font-weight: bold; }
    .locots-pov-area .locots-pov-content table {
      border: 1px solid #d9d9d9;
      margin-bottom: 1.5em;
      width: 100%; }
      .locots-pov-area .locots-pov-content table caption {
        font-weight: bold; }
      .locots-pov-area .locots-pov-content table th {
        background: #dddddd;
        /* Old browsers */
        font-size: 10px; }
      .locots-pov-area .locots-pov-content table td {
        font-size: 12px; }
      .locots-pov-area .locots-pov-content table td,
      .locots-pov-area .locots-pov-content table th {
        border: 1px solid #d9d9d9;
        padding: 6.66667px 10px;
        vertical-align: middle;
        line-height: 1.5; }
    .locots-pov-area .locots-pov-content ul {
      margin-bottom: 1.5em; }
      .locots-pov-area .locots-pov-content ul li {
        list-style-type: disc;
        margin-left: 2em; }
    .locots-pov-area .locots-pov-content ol {
      margin-bottom: 1.5em; }
      .locots-pov-area .locots-pov-content ol li {
        list-style-type: decimal;
        margin-left: 2em; }
    .locots-pov-area .locots-pov-content dl dd {
      padding: 0 1em 1em 1em; }
    .locots-pov-area .locots-pov-content hr {
      display: block;
      height: 0px;
      margin: 7px 0;
      border: none;
      border-top: 1px solid #d9d9d9; }
    .locots-pov-area .locots-pov-content * html hr {
      /* for -IE6 */
      margin: 0; }
    .locots-pov-area .locots-pov-content *:first-child + html hr {
      /* for IE7 */
      margin: 0; }
    .locots-pov-area .locots-pov-content blockquote {
      background-color: #f2f2f2;
      padding: 1em;
      border-radius: 2px;
      font-style: italic;
      font-size: 0.9em; }
    .locots-pov-area .locots-pov-content figure {
      margin: 1em 0;
      background-color: #f2f2f2;
      padding: 1em;
      text-align: center; }
      .locots-pov-area .locots-pov-content figure img {
        max-width: 100%; }
      .locots-pov-area .locots-pov-content figure figcaption {
        margin: 1em;
        font-size: 10rem; }

.lo-new-post-main {
  zoom: 1;
  margin-bottom: 2rem; }
  .lo-new-post-main:before,
  .lo-new-post-main:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .lo-new-post-main:after {
    clear: both; }
  .lo-new-post-main--in-top .lo-new-post-main__list__item {
    font-size: 0.6rem; }
    @media screen and (min-width: 768px) {
      .lo-new-post-main--in-top .lo-new-post-main__list__item {
        font-size: 0.8rem;
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .lo-new-post-main--in-top .lo-new-post-main__list__item {
        width: 33.33%; } }
  .lo-new-post-main__list__item {
    position: relative;
    width: 100%;
    border: 1px solid white;
    font-size: 0.6rem;
    float: left; }
    @media screen and (min-width: 768px) {
      .lo-new-post-main__list__item {
        font-size: 0.8rem;
        width: 50%; } }
    .lo-new-post-main__list__item__hit {
      display: block;
      width: 100%;
      overflow: hidden;
      transition: all 0.3s ease; }
      .lo-new-post-main__list__item__hit:hover {
        opacity: 0.9; }
        .lo-new-post-main__list__item__hit:hover .lo-new-post-main__list__item__thumb {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05);
          transition: all 1s ease; }
    .lo-new-post-main__list__item__thumb {
      width: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: all 0.3s ease; }
      .lo-new-post-main__list__item__thumb__spacer {
        width: 100%; }
      .lo-new-post-main__list__item__thumb::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: 0;
        left: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        /* IE6-9 */ }
    .lo-new-post-main__list__item__content {
      position: absolute;
      bottom: 0;
      left: 0;
      color: white;
      padding: 1em;
      width: 100%; }
      .lo-new-post-main__list__item__content__title {
        font-size: 1.8em;
        line-height: 1.4;
        margin-bottom: 0.5em;
        text-shadow: 1px 1px 2px black;
        font-weight: 600; }
      .lo-new-post-main__list__item__content__description {
        width: 100%;
        font-size: 1em;
        line-height: 1.4;
        opacity: 0.8;
        text-shadow: 1px 1px 2px black;
        white-space: nowrap;
        overflow: hidden;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: none; }
        @media screen and (min-width: 768px) {
          .lo-new-post-main__list__item__content__description {
            display: block; } }

.lo-new-post-list {
  font-size: 0;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .lo-new-post-list {
      margin-top: -20px; } }
  .lo-new-post-list__item {
    zoom: 1;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 0.5rem;
    vertical-align: top;
    width: 50%;
    display: inline-block; }
    .lo-new-post-list__item:before,
    .lo-new-post-list__item:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .lo-new-post-list__item:after {
      clear: both; }
    .lo-new-post-list__item:nth-child(2n) {
      padding-right: 0; }
    .lo-new-post-list__item:nth-child(2n+1) {
      padding-left: 0; }
    @media screen and (min-width: 768px) {
      .lo-new-post-list__item {
        padding: 0;
        border-bottom: 2px solid black; } }
    .lo-new-post-list__item__thumb {
      width: 100%; }
    .lo-new-post-list__item__content {
      width: 100%; }
    @media screen and (min-width: 768px) {
      .lo-new-post-list__item {
        padding-bottom: 1em;
        margin-bottom: 2em;
        width: 100%;
        display: block; }
        .lo-new-post-list__item__thumb {
          width: 30%;
          float: left; }
        .lo-new-post-list__item__content {
          width: 70%;
          float: left; } }
    .lo-new-post-list__item__thumb {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .lo-new-post-list__item__thumb__spacer {
        width: 100%; }
    .lo-new-post-list__item__content {
      padding: 0 0 1rem 0;
      line-height: 1; }
      .lo-new-post-list__item__content .header {
        font-size: 11px;
        font-weight: 600;
        line-height: 1.5; }
      .lo-new-post-list__item__content .description {
        font-size: 0.9em;
        display: none; }
      .lo-new-post-list__item__content .extra {
        display: none; }
      .lo-new-post-list__item__content__author .meta {
        display: none; }
      .lo-new-post-list__item__content__author {
        margin-top: 0.5em; }
        .lo-new-post-list__item__content__author .meta {
          float: right;
          font-size: 0.8em; }
      @media screen and (min-width: 768px) {
        .lo-new-post-list__item__content {
          padding: 0 1rem 1rem 1rem; }
          .lo-new-post-list__item__content .header {
            font-size: 1em; }
          .lo-new-post-list__item__content .description {
            display: block; }
          .lo-new-post-list__item__content .extra {
            display: block; }
          .lo-new-post-list__item__content__author .meta {
            display: block; }
          .lo-new-post-list__item__content__author .header {
            font-weight: 500;
            font-size: 1rem; } }

.lo-new-post-cards {
  margin-bottom: 1rem; }
  @media screen and (max-width: 768px) {
    .lo-new-post-cards {
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media screen and (max-width: 768px) {
    .lo-new-post-cards__list__item:nth-child(2n+1) {
      padding-left: 0 !important;
      padding-right: 0.5em !important; }
    .lo-new-post-cards__list__item:nth-child(2n) {
      padding-right: 0 !important;
      padding-left: 0.5em !important; } }
  .lo-new-post-cards__list__thumb {
    display: block;
    margin-bottom: 1em;
    overflow: hidden; }
    .lo-new-post-cards__list__thumb__bg {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: all 0.6s ease; }
    .lo-new-post-cards__list__thumb__spacer {
      width: 100%; }
    .lo-new-post-cards__list__thumb:hover .lo-new-post-cards__list__thumb__bg {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      transition: all 1s ease; }
  .lo-new-post-cards__list__content {
    display: block;
    font-size: 0.9rem;
    line-height: 1.5 !important; }
    @media screen and (min-width: 768px) {
      .lo-new-post-cards__list__content {
        font-size: 1.2rem; } }
    .lo-new-post-cards__list__content__title {
      margin: 0.5em 0 0.2em 0;
      font-size: 0.9em;
      font-weight: 600; }
    .lo-new-post-cards__list__content__description {
      margin: 0.2em 0;
      font-size: 0.8em;
      opacity: 0.5;
      display: none; }
      @media screen and (min-width: 768px) {
        .lo-new-post-cards__list__content__description {
          display: block;
          font-size: 0.7em; } }

.lo-ranking {
  position: relative;
  z-index: 10; }
  .lo-ranking__list {
    z-index: 11; }
    .lo-ranking__list__item {
      z-index: 12;
      position: relative;
      width: 100%;
      background-color: white; }
      .lo-ranking__list__item::after {
        z-index: 14;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        content: "";
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        /* IE6-9 */ }
      .lo-ranking__list__item__thumb {
        z-index: 13;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      .lo-ranking__list__item__badge {
        z-index: 20;
        position: relative;
        margin: 0 auto;
        padding: 20px 0;
        width: 40%;
        max-width: 260px;
        box-sizing: content-box; }
        .lo-ranking__list__item__badge__inner {
          width: 100%;
          height: 100%;
          overflow: hidden;
          border-radius: 130px; }
          .lo-ranking__list__item__badge__inner img {
            width: 100%; }
      .lo-ranking__list__item__title {
        z-index: 20;
        position: relative;
        text-align: center;
        font-weight: bold;
        font-size: 1.2rem;
        line-height: 1.5;
        color: #ffffff;
        text-shadow: 1px 1px 3px black;
        padding: 0 0.5em; }
      .lo-ranking__list__item__foot {
        position: relative;
        z-index: 20;
        text-align: center;
        padding: 1em; }
      .lo-ranking__list__item__stetus {
        position: relative;
        z-index: 21;
        text-align: center;
        font-size: 16px;
        padding: 0.6em 2em;
        color: #ffffff; }
      .lo-ranking__list__item__btn {
        display: inline-block;
        margin: auto;
        border-radius: 4px;
        font-size: 16px;
        padding: 0.6em 2em;
        font-weight: bold;
        min-width: 200px;
        cursor: pointer;
        transition: all 0.3s ease;
        background-color: #EDECD9;
        color: black;
        text-decoration: none !important; }
        .lo-ranking__list__item__btn:hover {
          background-color: #fdfdfc;
          color: black;
          text-decoration: none; }
        .lo-ranking__list__item__btn--is-close {
          background-color: #de3922;
          color: #ffffff; }
          .lo-ranking__list__item__btn--is-close:hover {
            background-color: #e5614e;
            color: #ffffff; }
      .lo-ranking__list__item__limit {
        text-align: center;
        color: #ffffff; }
        @media screen and (min-width: 1200px) {
          .lo-ranking__list__item__limit {
            text-align: right;
            position: absolute;
            z-index: 22;
            top: 1.5em;
            right: 1em;
            font-size: 14px; } }
  .lo-ranking--type-single .lo-ranking__list__item__title {
    font-size: 1.5em; }
  .lo-ranking--type-sidebar .lo-ranking__list__item {
    width: 100%;
    margin-bottom: 10px; }
    .lo-ranking--type-sidebar .lo-ranking__list__item__badge {
      width: 100px;
      height: 100px; }
      .lo-ranking--type-sidebar .lo-ranking__list__item__badge__inner {
        border-radius: 50px; }
    .lo-ranking--type-sidebar .lo-ranking__list__item__title {
      font-size: 13px;
      padding-left: 0.6em;
      padding-right: 0.6em;
      text-align: left; }
    .lo-ranking--type-sidebar .lo-ranking__list__item__limit {
      position: relative;
      top: 0;
      right: 0; }

.lo-ranking-lead {
  margin: 20px;
  font-size: 14px; }

.lo-ranking-info {
  width: 100%;
  margin: 20px auto 0px auto; }
  .lo-ranking-info__ex {
    display: inline-block;
    width: 60%;
    font-size: 13px;
    text-align: left;
    margin-left: 30px; }
    @media screen and (max-width: 768px) {
      .lo-ranking-info__ex {
        width: 100%;
        margin-left: 0;
        text-align: center; } }
  .lo-ranking-info__remain {
    width: 30%;
    display: inline-block;
    font-size: 30px;
    text-align: right;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      .lo-ranking-info__remain {
        margin-right: 0;
        margin-top: 0.5em;
        width: 100%;
        text-align: center; } }

.lo-ranking-vote-card-wrap {
  background-color: #fafafa;
  padding: 2rem 0;
  overflow: hidden; }

.lo-ranking-vote-card {
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    .lo-ranking-vote-card {
      margin-left: -1em !important;
      margin-right: -1em !important; } }
  .lo-ranking-vote-card__list__item {
    position: relative; }
    @media screen and (max-width: 768px) {
      .lo-ranking-vote-card__list__item {
        width: 40% !important;
        margin: 0.3em 0.2em !important; }
        .lo-ranking-vote-card__list__item * {
          font-size: 0.8em !important; } }
    .lo-ranking-vote-card__list__item__ctrl__btn--type-vote {
      display: block !important; }
    .lo-ranking-vote-card__list__item__ctrl__btn--type-off {
      display: none !important; }
    .lo-ranking-vote-card__list__item__dimmer--type-vote {
      display: inline-block !important; }
    .lo-ranking-vote-card__list__item__dimmer--type-off {
      display: none !important; }
    .lo-ranking-vote-card__list__item.is-checked {
      background-color: #EDECD9 !important; }
      .lo-ranking-vote-card__list__item.is-checked .lo-ranking-vote-card__list__item__ctrl__btn--type-vote {
        display: none !important; }
      .lo-ranking-vote-card__list__item.is-checked .lo-ranking-vote-card__list__item__ctrl__btn--type-off {
        display: block !important; }
      .lo-ranking-vote-card__list__item.is-checked .lo-ranking-vote-card__list__item__dimmer--type-vote {
        display: none !important; }
      .lo-ranking-vote-card__list__item.is-checked .lo-ranking-vote-card__list__item__dimmer--type-off {
        display: inline-block !important; }
    .lo-ranking-vote-card__list__item__rank {
      position: absolute;
      color: #fff;
      display: inline-block;
      padding: 5px;
      overflow: hidden;
      font-weight: 900;
      font-size: 11px;
      width: 70px;
      height: 70px;
      left: -2px;
      top: -2px;
      z-index: 20; }
      .lo-ranking-vote-card__list__item__rank p {
        display: inline; }
        .lo-ranking-vote-card__list__item__rank p span {
          position: absolute;
          display: inline-block;
          left: -30px;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
          text-align: center;
          text-transform: uppercase;
          top: 10px;
          background: #de3922;
          width: 100px;
          padding: 3px 10px;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@-webkit-keyframes anime-pop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98); }
  30% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes anime-pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98); }
  30% {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes vote-info {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  25%, 75% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes vote-info {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  25%, 75% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.lo-vote-guide {
  padding: 1em 1em 0em 1em;
  width: 300px;
  margin: auto;
  text-align: center; }

.lo-main-map-unit {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5; }
  @media screen and (min-width: 768px) {
    .lo-main-map-unit {
      display: block; } }
  .lo-main-map-unit__bg {
    position: relative;
    z-index: 6; }
  .lo-main-map-unit__ctrl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    z-index: 10; }
  .lo-main-map-unit__btn {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    z-index: 10;
    vertical-align: top;
    background-color: black;
    border-radius: 25px;
    overflow: hidden;
    text-align: center;
    line-height: 50px; }
    .lo-main-map-unit__btn a {
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .lo-main-map-unit__btn a:hover i.icon {
        transition: all 0.3s ease;
        opacity: 0.5; }
    .lo-main-map-unit__btn i.icon {
      color: white !important;
      font-size: 3rem !important; }

.lo-open-main-map-unit-btn {
  display: block;
  position: absolute;
  top: 30%;
  right: 0;
  width: 250px;
  background-color: black;
  color: white;
  padding: 1rem;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px; }

.lo-blog-list {
  font-size: 0;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .lo-blog-list {
      margin-top: -20px; } }
  .lo-blog-list__item {
    zoom: 1;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 0.5rem;
    vertical-align: top;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    vertical-align: top;
    display: inline-block; }
    .lo-blog-list__item:before,
    .lo-blog-list__item:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .lo-blog-list__item:after {
      clear: both; }
    .lo-blog-list__item:nth-child(2n) {
      padding-right: 0; }
    .lo-blog-list__item:nth-child(2n+1) {
      padding-left: 0; }
    @media screen and (min-width: 768px) {
      .lo-blog-list__item {
        padding: 0 0 0.5em 0; } }
    .lo-blog-list__item__thumb {
      width: 100%; }
      .lo-blog-list__item__thumb img {
        vertical-align: bottom; }
    .lo-blog-list__item__content {
      width: 100%; }
    @media screen and (min-width: 768px) {
      .lo-blog-list__item {
        margin-bottom: 1em;
        width: 100%;
        display: block; }
        .lo-blog-list__item__thumb {
          width: 10%;
          float: left; } }
    .lo-blog-list__item__thumb {
      float: left;
      margin-right: 1rem;
      margin-bottom: 0.2rem;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .lo-blog-list__item__thumb a {
        display: block;
        transition: 0.3s all ease; }
        .lo-blog-list__item__thumb a img {
          width: 100%; }
        .lo-blog-list__item__thumb a:hover {
          background-color: rgba(255, 255, 255, 0.2); }
      .lo-blog-list__item__thumb__spacer {
        width: 100%; }
    .lo-blog-list__item__content {
      line-height: 1.2;
      padding: 0.2rem 0 1rem 0; }
      .lo-blog-list__item__content__author {
        opacity: 0.5; }
        .lo-blog-list__item__content__author .meta {
          float: right;
          font-size: 0.8em; }
        .lo-blog-list__item__content__author .header {
          font-size: 0.8em !important; }
      .lo-blog-list__item__content .header {
        font-size: 0.8em;
        font-weight: 600; }
      .lo-blog-list__item__content .description {
        font-size: 0.8em;
        margin: 0.2em 0; }
      .lo-blog-list__item__content__author {
        display: none; }
      @media screen and (min-width: 768px) {
        .lo-blog-list__item__content {
          padding: 0 1rem 1rem 0; }
          .lo-blog-list__item__content .header {
            font-size: 1.2em; }
          .lo-blog-list__item__content .description {
            font-size: 1em;
            display: block; }
          .lo-blog-list__item__content .extra {
            display: block; }
          .lo-blog-list__item__content__author {
            display: block; } }

.job-box-shortcode,
.new-post-detail-unit .job-box-shortcode {
  margin-left: auto;
  margin-top: 3px;
  margin-right: 0px !important;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: left;
  z-index: 100;
  width: 100%;
  /*&__img{
      position: relative;
      height: 120px;
      overflow: hidden;
      margin-bottom: 5px;
      img{
      -webkit-transition: all .3s ease;
         -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
           -o-transition: all .3s ease;
              transition: all .3s ease;
      }
   }*/ }
  @media screen and (min-width: 320px) {
    .job-box-shortcode,
    .new-post-detail-unit .job-box-shortcode {
      width: 100%; } }
  @media screen and (min-width: 992px) {
    .job-box-shortcode,
    .new-post-detail-unit .job-box-shortcode {
      width: 33%; } }
  .job-box-shortcode a,
  .new-post-detail-unit .job-box-shortcode a {
    text-decoration: none;
    color: black; }
  .job-box-shortcode__hit,
  .new-post-detail-unit .job-box-shortcode__hit {
    font-size: 14px;
    display: block;
    background-color: #e6e6e6;
    background: #ffffff;
    padding: 8px 9px 4px;
    min-height: 37px;
    transition: all 0.3s ease; }
    .job-box-shortcode__hit:hover,
    .new-post-detail-unit .job-box-shortcode__hit:hover {
      background-color: #cccccc; }
  .job-box-shortcode__info,
  .new-post-detail-unit .job-box-shortcode__info {
    font-size: 10px;
    background-color: #36a0a1;
    color: #ffffff;
    padding: 0.1em 0.7em;
    z-index: 150;
    line-height: 1.5;
    width: 100%;
    font-weight: bold;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .job-box-shortcode__title,
  .new-post-detail-unit .job-box-shortcode__title {
    font-size: 13px !important;
    margin: 0 !important; }
  .job-box-shortcode__company-name,
  .new-post-detail-unit .job-box-shortcode__company-name {
    margin: 3px 0 5px !important;
    font-size: 11px !important;
    color: #36a0a1; }
  .job-box-shortcode__caption,
  .new-post-detail-unit .job-box-shortcode__caption {
    margin: 0 !important;
    font-size: 11px !important;
    color: black;
    opacity: 0.5; }

.job-box-shortcode,
.new-post-detail-unit .job-box-shortcode:nth-child(3n) {
  margin-right: 0px; }

.place-box-shortcode,
.new-post-detail-unit .place-box-shortcode {
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  position: relative;
  text-align: left;
  z-index: 100; }
  .place-box-shortcode a,
  .new-post-detail-unit .place-box-shortcode a {
    text-decoration: none;
    color: black; }
  .place-box-shortcode__hit,
  .new-post-detail-unit .place-box-shortcode__hit {
    display: block;
    background-color: #e6e6e6;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 8px 8px 5px 8px;
    transition: all 0.3s ease; }
    .place-box-shortcode__hit:hover,
    .new-post-detail-unit .place-box-shortcode__hit:hover {
      background-color: #cccccc; }
  .place-box-shortcode__info,
  .new-post-detail-unit .place-box-shortcode__info {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a3934a;
    color: #ffffff;
    padding: 0.1em 1em;
    z-index: 150;
    line-height: 1.5;
    font-weight: bold;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px; }
  .place-box-shortcode__img,
  .new-post-detail-unit .place-box-shortcode__img {
    position: relative; }
    .place-box-shortcode__img img,
    .new-post-detail-unit .place-box-shortcode__img img {
      border-radius: 3px;
      transition: all 0.3s ease; }
  .place-box-shortcode__title,
  .new-post-detail-unit .place-box-shortcode__title {
    font-size: 13px !important;
    margin: 0 !important; }
  .place-box-shortcode__company-name,
  .new-post-detail-unit .place-box-shortcode__company-name {
    margin: 0 !important;
    font-size: 11px !important;
    color: #36a0a1; }
  .place-box-shortcode__caption,
  .new-post-detail-unit .place-box-shortcode__caption {
    margin: 0 !important;
    font-size: 11px !important;
    color: black;
    opacity: 0.5; }
  .place-box-shortcode__tag ul,
  .new-post-detail-unit .place-box-shortcode__tag ul {
    margin-bottom: 0px; }
    .place-box-shortcode__tag ul li,
    .new-post-detail-unit .place-box-shortcode__tag ul li {
      display: inline-block;
      list-style-type: none !important;
      margin: 0 2px 0 0 !important;
      font-size: 10px; }
    .place-box-shortcode__tag ul .category-icon-flame,
    .new-post-detail-unit .place-box-shortcode__tag ul .category-icon-flame {
      padding: 0 4px; }

#btn-pagetop {
  position: fixed;
  bottom: -110px;
  right: 20px;
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: all 0.25s ease;
  z-index: 5000;
  overflow: hidden;
  border-radius: 50px; }
  @media screen and (min-width: 768px) {
    #btn-pagetop {
      width: 80px;
      height: 80px; } }
  #btn-pagetop.active {
    opacity: 1;
    bottom: 20px; }
  #btn-pagetop a {
    display: block;
    border-radius: 50px;
    transition: all 0.25s ease;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    font-size: 0.1em;
    line-height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2) url(../../images/common/btn-pagetop.png) center center no-repeat; }
    @media screen and (max-width: 768px) {
      #btn-pagetop a {
        background-size: 15px auto !important; } }
    #btn-pagetop a:hover {
      background: black url(../../images/common/btn-pagetop.png) center center no-repeat; }

.fancybox-wrap {
  overflow: visible !important; }

.selsect-image-modal {
  min-height: 400px; }
  .selsect-image-modal .selsect-image-modal-head {
    padding: 10px;
    background: #ffffff; }
  .selsect-image-modal .selsect-image-modal-body {
    background: #f1f1f1; }
    .selsect-image-modal .selsect-image-modal-body .no-image {
      padding: 100px 0;
      width: 200px;
      margin: auto; }
  .selsect-image-modal .selsect-image-modal-list {
    zoom: 1; }
    .selsect-image-modal .selsect-image-modal-list:before,
    .selsect-image-modal .selsect-image-modal-list:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .selsect-image-modal .selsect-image-modal-list:after {
      clear: both; }
    .selsect-image-modal .selsect-image-modal-list li {
      margin: 10px;
      width: 180px;
      zoom: 1; }
      .selsect-image-modal .selsect-image-modal-list li:before,
      .selsect-image-modal .selsect-image-modal-list li:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .selsect-image-modal .selsect-image-modal-list li:after {
        clear: both; }
      .selsect-image-modal .selsect-image-modal-list li .thumb {
        width: 180px;
        height: 102px;
        overflow: hidden; }
        .selsect-image-modal .selsect-image-modal-list li .thumb img {
          width: 100%; }

.selsect-image-modal-confirm {
  min-height: 400px;
  text-align: center;
  width: 400px;
  margin: 0 auto;
  padding: 50px; }

.selsect-image-modal-end {
  min-height: 400px;
  text-align: center;
  width: 400px;
  margin: 0 auto;
  padding: 50px; }

.selsect-image .thumb {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative; }
  .selsect-image .thumb img {
    max-width: 100%;
    max-height: 250px; }
  .selsect-image .thumb .delete-image {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    background-color: #353535;
    border-radius: 3px; }
    .selsect-image .thumb .delete-image img {
      width: auto;
      vertical-align: middle; }
    .selsect-image .thumb .delete-image:hover {
      background-color: #555555; }

.coupon-unit {
  background: #918342;
  margin: 20px 0 0px 0;
  padding-bottom: 1px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  font-size: 0.8rem; }
  @media screen and (min-width: 768px) {
    .coupon-unit {
      font-size: 1rem; } }
  .coupon-unit .coupon {
    position: relative; }
  .coupon-unit .coupon-unit-header {
    position: relative;
    z-index: 10;
    color: white;
    font-size: 1.4em;
    padding-top: 0.5em;
    padding-left: 1em;
    margin-bottom: 0.5em; }
  .coupon-unit .coupon-send-mail {
    position: absolute;
    top: 8px;
    right: 19px;
    z-index: 20;
    text-align: right;
    display: none; }
    .coupon-unit .coupon-send-mail a {
      text-align: right;
      display: block;
      vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .coupon-unit .coupon-send-mail {
        display: block; } }
  .coupon-unit .coupon-unit-body {
    margin: 0 10px 10px 10px;
    position: relative;
    padding: 0px 12px 12px;
    z-index: 10; }
    .coupon-unit .coupon-unit-body .coupon-unit-body-inner {
      padding: 10px 20px;
      background: white;
      overflow: hidden;
      position: relative;
      z-index: 10;
      background: rgba(255, 255, 255, 0.8);
      box-shadow: 0px 0px 0 0px #80733a,1px 1px 0 0.1px #80733a,2px 2px 0 0.2px #80733a,3px 3px 0 0.3px #80733a,4px 4px 0 0.4px #80733a,5px 5px 0 0.5px #80733a,6px 6px 0 0.6px #80733a,7px 7px 0 0.7px #80733a,8px 8px 0 0.8px #80733a,9px 9px 0 0.9px #80733a,10px 10px 0 1px #80733a,11px 11px 0 1.1px #80733a,12px 12px 0 1.2px #80733a,13px 13px 0 1.3px #80733a,14px 14px 0 1.4px #80733a,15px 15px 0 1.5px #80733a,16px 16px 0 1.6px #80733a,17px 17px 0 1.7px #80733a,18px 18px 0 1.8px #80733a,19px 19px 0 1.9px #80733a,20px 20px 0 2px #80733a,21px 21px 0 2.1px #80733a,22px 22px 0 2.2px #80733a,23px 23px 0 2.3px #80733a,24px 24px 0 2.4px #80733a,25px 25px 0 2.5px #80733a,26px 26px 0 2.6px #80733a,27px 27px 0 2.7px #80733a,28px 28px 0 2.8px #80733a,29px 29px 0 2.9px #80733a,30px 30px 0 3px #80733a,31px 31px 0 3.1px #80733a,32px 32px 0 3.2px #80733a,33px 33px 0 3.3px #80733a,34px 34px 0 3.4px #80733a,35px 35px 0 3.5px #80733a,36px 36px 0 3.6px #80733a,37px 37px 0 3.7px #80733a,38px 38px 0 3.8px #80733a,39px 39px 0 3.9px #80733a,40px 40px 0 4px #80733a,41px 41px 0 4.1px #80733a,42px 42px 0 4.2px #80733a,43px 43px 0 4.3px #80733a,44px 44px 0 4.4px #80733a,45px 45px 0 4.5px #80733a,46px 46px 0 4.6px #80733a,47px 47px 0 4.7px #80733a,48px 48px 0 4.8px #80733a,50px 50px 0 transparent;
      border-radius: 3px; }
    .coupon-unit .coupon-unit-body .coupon-unit-value-main {
      font-size: 2.6em;
      font-family: Times;
      text-align: center;
      letter-spacing: 0.02em;
      margin: 0.2em 0;
      position: relative;
      z-index: 11;
      line-height: 1.1;
      color: #17140a; }
    .coupon-unit .coupon-unit-body .coupon-unit-value-sub {
      font-size: 1.2em;
      font-family: Times;
      text-align: center;
      margin: 0 0.5em 0.5em;
      position: relative;
      z-index: 12;
      color: #17140a; }
    .coupon-unit .coupon-unit-body .coupon-unit-note {
      position: relative;
      z-index: 13;
      font-size: 10px;
      color: #5d542a;
      margin: 0.5em 0 0 0;
      text-align: center; }
  .coupon-unit .coupon-motion {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 700px;
    margin: -350px 0 0 -350px;
    z-index: 1;
    background: url(../../images/top/top-main-strobe.png) center center no-repeat;
    text-indent: -9999px;
    font-size: 0.1em;
    line-height: 0;
    overflow: hidden;
    -webkit-animation: spin-light linear 4s 0s infinite;
    animation: spin-light linear 4s 0s infinite; }

#snap {
  /*.snap-photo-box a:hover img{
      border:1px solid #ff5e82;
   }
   .snap-photo-box a:hover img{
      margin: -1px;
   }*/ }
  #snap .title {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center; }
  #snap .snap-line {
    height: 1px;
    width: 30px;
    background: #353535;
    margin: 0 auto 30px; }
  #snap .snap-inner {
    width: 940px;
    margin: 0 auto;
    zoom: 1;
    position: relative; }
    #snap .snap-inner:before,
    #snap .snap-inner:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    #snap .snap-inner:after {
      clear: both; }
    #snap .snap-inner img {
      background: #ffffff; }
    #snap .snap-inner .snap-rss {
      position: absolute;
      top: -50px;
      right: 32px; }
  #snap #loader {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 45%;
    left: 51%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 10; }
  #snap #fade {
    width: 100%;
    height: 100%;
    background: #F1F1F1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
  #snap .snap-inner-large {
    width: 600px;
    margin: 0 auto;
    position: relative;
    zoom: 1; }
    #snap .snap-inner-large:before,
    #snap .snap-inner-large:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    #snap .snap-inner-large:after {
      clear: both; }
    #snap .snap-inner-large .snap-rss {
      position: absolute;
      top: -57px;
      right: 0px; }
  #snap .snap-photo-box {
    width: 216px;
    padding-bottom: 10px;
    /*height:283px;*/
    float: left;
    margin-right: 25px;
    margin-bottom: 23px;
    background: url(/snap/images/bg.png) right bottom no-repeat; }
  #snap .snap-photo-box-opacity {
    opacity: 0.5; }
  #snap .snap-sns-pos {
    width: 316px;
    margin: 0 auto -10px; }
    #snap .snap-sns-pos ul {
      width: 100%; }
  #snap .snap-photo-box:nth-of-type(4n) {
    margin-right: 0px; }
  #snap .snap-photo-box div {
    width: 206px;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'Rambla', sans-serif; }
    #snap .snap-photo-box div img {
      margin: 0;
      padding: 0;
      vertical-align: bottom; }
  #snap .snap-photo-box .snap-place {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff5e82;
    padding: 2px 10px; }
  #snap .snap-photo-box .snap-name {
    position: absolute;
    bottom: 0px;
    right: 0;
    padding: 2px 10px;
    background-color: rgba(255, 94, 130, 0.55); }
  #snap .snap-photo-box-large {
    width: 600px;
    /*height:800px;*/
    float: left;
    margin: 0 auto 75px; }
  #snap .snap-photo-box-large:nth-of-type(4n) {
    margin-right: 0px; }
  #snap .snap-photo-box-large div {
    width: 600px;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'Rambla', sans-serif; }
  #snap .snap-photo-box-large .snap-date-large {
    position: absolute;
    height: 77px;
    width: 81px;
    top: 15px;
    left: 17px;
    background: #ff5e82;
    padding: 44px 22px 0;
    box-sizing: content-box; }
    #snap .snap-photo-box-large .snap-date-large span {
      display: block;
      font-size: 40px;
      margin-bottom: 15px; }
  #snap .snap-place-large {
    position: absolute;
    height: 81px;
    width: 81px;
    padding: 22px;
    top: 145px;
    left: 17px;
    background: #ff5e82;
    font-size: 16px;
    line-height: 1.3;
    box-sizing: content-box; }
    #snap .snap-place-large span {
      display: block;
      color: #000000; }
  #snap .snap-photo-box-large .snap-spec-large {
    margin-top: -10px !important;
    margin-bottom: 10px;
    padding: 22px 22px;
    font-size: 15px;
    background-color: rgba(255, 94, 130, 0.55); }
    #snap .snap-photo-box-large .snap-spec-large span {
      color: #000000; }
  #snap .navi-pre {
    position: absolute;
    top: 44%;
    left: -140px; }
    #snap .navi-pre:hover {
      opacity: 0.8; }
  #snap .navi-top {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -58px; }
    #snap .navi-top:hover {
      opacity: 0.8; }
  #snap .navi-next {
    position: absolute;
    top: 44%;
    right: -140px; }
    #snap .navi-next:hover {
      opacity: 0.8; }
  #snap .snap-ads-pos {
    width: 728px;
    margin: auto; }

.lo-writer-cards-list {
  width: 1000px;
  margin: auto;
  text-align: center; }
  .lo-writer-cards-list__item {
    width: 300px;
    margin: 30px 15px; }

.lo-local-search-search-unit .ui.buttons {
  border-radius: 0px !important; }

.lo-local-search-search-unit .ui.button,
.lo-local-search-search-unit .ui.buttons .ui.button,
.lo-local-search-search-unit .ui.buttons .ui.button.basic {
  color: #f6f6ee !important;
  border-color: #f6f6ee !important;
  background-color: #53524b !important;
  border-radius: 0px !important;
  box-shadow: none; }
  .lo-local-search-search-unit .ui.button:hover,
  .lo-local-search-search-unit .ui.buttons .ui.button:hover,
  .lo-local-search-search-unit .ui.buttons .ui.button.basic:hover {
    border-color: #f6f6ee !important;
    color: #f6f6ee !important;
    background-color: #6e6c63 !important; }

.lo-local-search-search-unit-sp .ui.buttons {
  border-radius: 0px !important; }

.lo-local-search-search-unit-sp .ui.button,
.lo-local-search-search-unit-sp .ui.buttons .ui.button {
  color: #f6f6ee !important;
  border-color: #f6f6ee !important;
  background-color: #53524b !important;
  border-radius: 0px !important;
  box-shadow: none; }

.lo-a-section {
  margin: 1rem auto; }
  .lo-a-section__inner {
    display: block; }
  .lo-a-section__thumb {
    display: block; }
  .lo-a-section__content {
    display: block; }
  @media screen and (min-width: 768px) {
    .lo-a-section {
      margin: 5rem auto; }
      .lo-a-section__inner {
        display: table;
        width: 100%; }
      .lo-a-section__thumb {
        width: 246px;
        display: table-cell;
        vertical-align: top; }
      .lo-a-section__content {
        display: table-cell;
        vertical-align: top;
        padding-left: 3em; } }
  .lo-a-section__thumb {
    margin-bottom: 1em; }
    .lo-a-section__thumb img {
      width: 100%; }
  .lo-a-section__content {
    font-size: 0.8rem;
    line-height: 1.7; }
    @media screen and (min-width: 992px) {
      .lo-a-section__content {
        font-size: 1rem; } }
    .lo-a-section__content__title {
      font-size: 1.6em; }
    .lo-a-section__content__text {
      font-size: 0.9em;
      margin-bottom: 1em;
      line-height: 2; }
    .lo-a-section__content__text-sub {
      font-size: 0.9em;
      margin-bottom: 1em;
      line-height: 1.6;
      color: #a3934a; }
  .lo-a-section__links {
    font-size: 1.4em; }
    @media screen and (min-width: 992px) {
      .lo-a-section__links {
        font-size: 1em; } }
    .lo-a-section__links__item {
      margin-bottom: 0.5em; }
      .lo-a-section__links__item a {
        display: inline-block;
        text-decoration: underline; }
        .lo-a-section__links__item a i {
          text-decoration: none; }
        .lo-a-section__links__item a:hover {
          color: black;
          text-decoration: none; }

.lo-about-main {
  position: relative;
  color: white;
  overflow: hidden;
  background-color: #000;
  z-index: 1; }
  .lo-about-main__bg {
    opacity: 0.9;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
  .lo-about-main__content {
    position: relative;
    z-index: 3;
    font-size: 0.6rem;
    margin-top: 5rem;
    margin-bottom: 5rem; }
    @media screen and (min-width: 992px) {
      .lo-about-main__content {
        font-size: 1rem;
        margin-top: 10rem;
        margin-bottom: 10rem; } }
  .lo-about-main__title {
    margin: auto;
    width: 100%;
    max-width: 240px;
    padding: 1em; }
    @media screen and (min-width: 992px) {
      .lo-about-main__title {
        max-width: 350px; } }
  .lo-about-main__lead {
    line-height: 1.6;
    text-align: center;
    margin-top: 0.5em;
    font-size: 2em;
    letter-spacing: 0.05em; }
  .lo-about-main__caption {
    line-height: 1.6;
    text-align: center;
    margin-top: 0.5em;
    font-size: 1.6em;
    font-weight: 100;
    letter-spacing: 0.05em; }

.lo-index-ad-bnr {
  text-align: center;
  padding: 5px 5px;
  margin: 0; }
  .lo-index-ad-bnr__inner {
    font-size: 0; }
  .lo-index-ad-bnr__item {
    font-size: 5px;
    margin: 5px;
    display: inline-block;
    width: auto;
    max-width: 690px;
    vertical-align: top;
    box-sizing: content-box; }
    .lo-index-ad-bnr__item a {
      display: block; }
      .lo-index-ad-bnr__item a:hover {
        opacity: 0.5; }
    .lo-index-ad-bnr__item img {
      width: 100%;
      vertical-align: bottom; }

.lo-red {
  color: #de3922; }

.lo-orange {
  color: #f99c51; }

.lo-yellow {
  color: #a3934a; }

.lo-olive {
  color: #B5CC18; }

.lo-green {
  color: #24c199; }

.lo-teal {
  color: #36a0a1; }

.lo-blue {
  color: #2185D0; }

.lo-violet {
  color: #6435C9; }

.lo-purple {
  color: #A333C8; }

.lo-pink {
  color: #E03997; }

.lo-brown {
  color: #EDECD9; }

.lo-grey {
  color: #767676; }

.lo-black {
  color: #57585a; }

.lo-white {
  color: white; }

.u-clearfix,
.u-clearFix,
.u-c,
.u-cf {
  zoom: 1; }
  .u-clearfix:before,
  .u-clearfix:after,
  .u-clearFix:before,
  .u-clearFix:after,
  .u-c:before,
  .u-c:after,
  .u-cf:before,
  .u-cf:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .u-clearfix:after,
  .u-clearFix:after,
  .u-c:after,
  .u-cf:after {
    clear: both; }

.u-offLeft, .u-offleft, .u-of, .u-off-left {
  text-indent: -9999px;
  font-size: 0.1em;
  line-height: 0;
  overflow: hidden; }

.u-floatleft, .u-floatLeft, .u-fl, .u-float-left {
  float: left;
  display: inline; }

.u-floatright, .u-floatRight, .u-fr, .u-float-right {
  float: right;
  display: inline; }

.u-floatnone, .u-floatNone, .u-fn, .u-float-none {
  float: none !important; }

.u-clearleft, .u-clearLeft, .u-cl, .u-clear-left {
  clear: left; }

.u-clearright, .u-clearRight, .u-cr, .u-clear-right {
  clear: right; }

.u-clearboth, .u-clearBoth, .u-cb, .u-clear-both {
  clear: both; }

.u-left {
  text-align: left; }

.u-right {
  text-align: right; }

.u-center {
  text-align: center; }

.u-bold {
  font-weight: bold; }

.u-displaynone, .u-displayNone, .u-dn, .u-display-none, .u-hidden {
  display: none; }

.u-displayblock, .u-displayBlock, .u-db, .u-display-block {
  display: block; }

.u-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

/*margin*/
.u-mn {
  margin: 0 0 0 0 !important; }

.u-ma {
  margin: auto; }

.u-ma0 {
  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-ma-lm-0 {
  margin: 0px !important; }

.u-mt-lm-0 {
  margin-top: 0px !important; }

.u-mr-lm-0 {
  margin-right: 0px !important; }

.u-mb-lm-0 {
  margin-bottom: 0px !important; }

.u-ml-lm-0 {
  margin-left: 0px !important; }

.u-ma5 {
  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-ma-lm-1 {
  margin: 20px !important; }

.u-mt-lm-1 {
  margin-top: 20px !important; }

.u-mr-lm-1 {
  margin-right: 20px !important; }

.u-mb-lm-1 {
  margin-bottom: 20px !important; }

.u-ml-lm-1 {
  margin-left: 20px !important; }

.u-ma10 {
  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-ma-lm-2 {
  margin: 40px !important; }

.u-mt-lm-2 {
  margin-top: 40px !important; }

.u-mr-lm-2 {
  margin-right: 40px !important; }

.u-mb-lm-2 {
  margin-bottom: 40px !important; }

.u-ml-lm-2 {
  margin-left: 40px !important; }

.u-ma15 {
  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-ma-lm-3 {
  margin: 60px !important; }

.u-mt-lm-3 {
  margin-top: 60px !important; }

.u-mr-lm-3 {
  margin-right: 60px !important; }

.u-mb-lm-3 {
  margin-bottom: 60px !important; }

.u-ml-lm-3 {
  margin-left: 60px !important; }

.u-ma20 {
  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-ma-lm-4 {
  margin: 80px !important; }

.u-mt-lm-4 {
  margin-top: 80px !important; }

.u-mr-lm-4 {
  margin-right: 80px !important; }

.u-mb-lm-4 {
  margin-bottom: 80px !important; }

.u-ml-lm-4 {
  margin-left: 80px !important; }

.u-ma25 {
  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-ma-lm-5 {
  margin: 100px !important; }

.u-mt-lm-5 {
  margin-top: 100px !important; }

.u-mr-lm-5 {
  margin-right: 100px !important; }

.u-mb-lm-5 {
  margin-bottom: 100px !important; }

.u-ml-lm-5 {
  margin-left: 100px !important; }

.u-ma30 {
  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-ma-lm-6 {
  margin: 120px !important; }

.u-mt-lm-6 {
  margin-top: 120px !important; }

.u-mr-lm-6 {
  margin-right: 120px !important; }

.u-mb-lm-6 {
  margin-bottom: 120px !important; }

.u-ml-lm-6 {
  margin-left: 120px !important; }

.u-ma35 {
  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-ma-lm-7 {
  margin: 140px !important; }

.u-mt-lm-7 {
  margin-top: 140px !important; }

.u-mr-lm-7 {
  margin-right: 140px !important; }

.u-mb-lm-7 {
  margin-bottom: 140px !important; }

.u-ml-lm-7 {
  margin-left: 140px !important; }

.u-ma40 {
  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-ma-lm-8 {
  margin: 160px !important; }

.u-mt-lm-8 {
  margin-top: 160px !important; }

.u-mr-lm-8 {
  margin-right: 160px !important; }

.u-mb-lm-8 {
  margin-bottom: 160px !important; }

.u-ml-lm-8 {
  margin-left: 160px !important; }

.u-ma45 {
  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-ma-lm-9 {
  margin: 180px !important; }

.u-mt-lm-9 {
  margin-top: 180px !important; }

.u-mr-lm-9 {
  margin-right: 180px !important; }

.u-mb-lm-9 {
  margin-bottom: 180px !important; }

.u-ml-lm-9 {
  margin-left: 180px !important; }

.u-ma50 {
  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-ma-lm-10 {
  margin: 200px !important; }

.u-mt-lm-10 {
  margin-top: 200px !important; }

.u-mr-lm-10 {
  margin-right: 200px !important; }

.u-mb-lm-10 {
  margin-bottom: 200px !important; }

.u-ml-lm-10 {
  margin-left: 200px !important; }

/*padding*/
.u-pn {
  padding: 0 0 0 0 !important; }

.u-pa0 {
  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-pa-lm-0 {
  margin: 0px !important; }

.u-pt-lm-0 {
  margin-top: 0px !important; }

.u-pr-lm-0 {
  margin-right: 0px !important; }

.u-pb-lm-0 {
  margin-bottom: 0px !important; }

.u-pl-lm-0 {
  margin-left: 0px !important; }

.u-pa5 {
  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-pa-lm-1 {
  margin: 20px !important; }

.u-pt-lm-1 {
  margin-top: 20px !important; }

.u-pr-lm-1 {
  margin-right: 20px !important; }

.u-pb-lm-1 {
  margin-bottom: 20px !important; }

.u-pl-lm-1 {
  margin-left: 20px !important; }

.u-pa10 {
  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-pa-lm-2 {
  margin: 40px !important; }

.u-pt-lm-2 {
  margin-top: 40px !important; }

.u-pr-lm-2 {
  margin-right: 40px !important; }

.u-pb-lm-2 {
  margin-bottom: 40px !important; }

.u-pl-lm-2 {
  margin-left: 40px !important; }

.u-pa15 {
  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-pa-lm-3 {
  margin: 60px !important; }

.u-pt-lm-3 {
  margin-top: 60px !important; }

.u-pr-lm-3 {
  margin-right: 60px !important; }

.u-pb-lm-3 {
  margin-bottom: 60px !important; }

.u-pl-lm-3 {
  margin-left: 60px !important; }

.u-pa20 {
  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-pa-lm-4 {
  margin: 80px !important; }

.u-pt-lm-4 {
  margin-top: 80px !important; }

.u-pr-lm-4 {
  margin-right: 80px !important; }

.u-pb-lm-4 {
  margin-bottom: 80px !important; }

.u-pl-lm-4 {
  margin-left: 80px !important; }

.u-pa25 {
  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-pa-lm-5 {
  margin: 100px !important; }

.u-pt-lm-5 {
  margin-top: 100px !important; }

.u-pr-lm-5 {
  margin-right: 100px !important; }

.u-pb-lm-5 {
  margin-bottom: 100px !important; }

.u-pl-lm-5 {
  margin-left: 100px !important; }

.u-pa30 {
  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-pa-lm-6 {
  margin: 120px !important; }

.u-pt-lm-6 {
  margin-top: 120px !important; }

.u-pr-lm-6 {
  margin-right: 120px !important; }

.u-pb-lm-6 {
  margin-bottom: 120px !important; }

.u-pl-lm-6 {
  margin-left: 120px !important; }

.u-pa35 {
  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-pa-lm-7 {
  margin: 140px !important; }

.u-pt-lm-7 {
  margin-top: 140px !important; }

.u-pr-lm-7 {
  margin-right: 140px !important; }

.u-pb-lm-7 {
  margin-bottom: 140px !important; }

.u-pl-lm-7 {
  margin-left: 140px !important; }

.u-pa40 {
  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-pa-lm-8 {
  margin: 160px !important; }

.u-pt-lm-8 {
  margin-top: 160px !important; }

.u-pr-lm-8 {
  margin-right: 160px !important; }

.u-pb-lm-8 {
  margin-bottom: 160px !important; }

.u-pl-lm-8 {
  margin-left: 160px !important; }

.u-pa45 {
  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-pa-lm-9 {
  margin: 180px !important; }

.u-pt-lm-9 {
  margin-top: 180px !important; }

.u-pr-lm-9 {
  margin-right: 180px !important; }

.u-pb-lm-9 {
  margin-bottom: 180px !important; }

.u-pl-lm-9 {
  margin-left: 180px !important; }

.u-pa50 {
  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; }

.u-pa-lm-10 {
  margin: 200px !important; }

.u-pt-lm-10 {
  margin-top: 200px !important; }

.u-pr-lm-10 {
  margin-right: 200px !important; }

.u-pb-lm-10 {
  margin-bottom: 200px !important; }

.u-pl-lm-10 {
  margin-left: 200px !important; }

.u-ma0rem {
  margin: 0rem !important; }

.u-mt0rem {
  margin-top: 0rem !important; }

.u-mr0rem {
  margin-right: 0rem !important; }

.u-mb0rem {
  margin-bottom: 0rem !important; }

.u-ml0rem {
  margin-left: 0rem !important; }

.u-pa0rem {
  padding: 0rem !important; }

.u-pt0rem {
  padding-top: 0rem !important; }

.u-pr0rem {
  padding-right: 0rem !important; }

.u-pb0rem {
  padding-bottom: 0rem !important; }

.u-pl0rem {
  padding-left: 0rem !important; }

.u-ma1rem {
  margin: 1rem !important; }

.u-mt1rem {
  margin-top: 1rem !important; }

.u-mr1rem {
  margin-right: 1rem !important; }

.u-mb1rem {
  margin-bottom: 1rem !important; }

.u-ml1rem {
  margin-left: 1rem !important; }

.u-pa1rem {
  padding: 1rem !important; }

.u-pt1rem {
  padding-top: 1rem !important; }

.u-pr1rem {
  padding-right: 1rem !important; }

.u-pb1rem {
  padding-bottom: 1rem !important; }

.u-pl1rem {
  padding-left: 1rem !important; }

.u-ma2rem {
  margin: 2rem !important; }

.u-mt2rem {
  margin-top: 2rem !important; }

.u-mr2rem {
  margin-right: 2rem !important; }

.u-mb2rem {
  margin-bottom: 2rem !important; }

.u-ml2rem {
  margin-left: 2rem !important; }

.u-pa2rem {
  padding: 2rem !important; }

.u-pt2rem {
  padding-top: 2rem !important; }

.u-pr2rem {
  padding-right: 2rem !important; }

.u-pb2rem {
  padding-bottom: 2rem !important; }

.u-pl2rem {
  padding-left: 2rem !important; }

.u-ma3rem {
  margin: 3rem !important; }

.u-mt3rem {
  margin-top: 3rem !important; }

.u-mr3rem {
  margin-right: 3rem !important; }

.u-mb3rem {
  margin-bottom: 3rem !important; }

.u-ml3rem {
  margin-left: 3rem !important; }

.u-pa3rem {
  padding: 3rem !important; }

.u-pt3rem {
  padding-top: 3rem !important; }

.u-pr3rem {
  padding-right: 3rem !important; }

.u-pb3rem {
  padding-bottom: 3rem !important; }

.u-pl3rem {
  padding-left: 3rem !important; }

.u-ma4rem {
  margin: 4rem !important; }

.u-mt4rem {
  margin-top: 4rem !important; }

.u-mr4rem {
  margin-right: 4rem !important; }

.u-mb4rem {
  margin-bottom: 4rem !important; }

.u-ml4rem {
  margin-left: 4rem !important; }

.u-pa4rem {
  padding: 4rem !important; }

.u-pt4rem {
  padding-top: 4rem !important; }

.u-pr4rem {
  padding-right: 4rem !important; }

.u-pb4rem {
  padding-bottom: 4rem !important; }

.u-pl4rem {
  padding-left: 4rem !important; }

.u-ma5rem {
  margin: 5rem !important; }

.u-mt5rem {
  margin-top: 5rem !important; }

.u-mr5rem {
  margin-right: 5rem !important; }

.u-mb5rem {
  margin-bottom: 5rem !important; }

.u-ml5rem {
  margin-left: 5rem !important; }

.u-pa5rem {
  padding: 5rem !important; }

.u-pt5rem {
  padding-top: 5rem !important; }

.u-pr5rem {
  padding-right: 5rem !important; }

.u-pb5rem {
  padding-bottom: 5rem !important; }

.u-pl5rem {
  padding-left: 5rem !important; }

.u-ma6rem {
  margin: 6rem !important; }

.u-mt6rem {
  margin-top: 6rem !important; }

.u-mr6rem {
  margin-right: 6rem !important; }

.u-mb6rem {
  margin-bottom: 6rem !important; }

.u-ml6rem {
  margin-left: 6rem !important; }

.u-pa6rem {
  padding: 6rem !important; }

.u-pt6rem {
  padding-top: 6rem !important; }

.u-pr6rem {
  padding-right: 6rem !important; }

.u-pb6rem {
  padding-bottom: 6rem !important; }

.u-pl6rem {
  padding-left: 6rem !important; }

.u-ma7rem {
  margin: 7rem !important; }

.u-mt7rem {
  margin-top: 7rem !important; }

.u-mr7rem {
  margin-right: 7rem !important; }

.u-mb7rem {
  margin-bottom: 7rem !important; }

.u-ml7rem {
  margin-left: 7rem !important; }

.u-pa7rem {
  padding: 7rem !important; }

.u-pt7rem {
  padding-top: 7rem !important; }

.u-pr7rem {
  padding-right: 7rem !important; }

.u-pb7rem {
  padding-bottom: 7rem !important; }

.u-pl7rem {
  padding-left: 7rem !important; }

.u-ma8rem {
  margin: 8rem !important; }

.u-mt8rem {
  margin-top: 8rem !important; }

.u-mr8rem {
  margin-right: 8rem !important; }

.u-mb8rem {
  margin-bottom: 8rem !important; }

.u-ml8rem {
  margin-left: 8rem !important; }

.u-pa8rem {
  padding: 8rem !important; }

.u-pt8rem {
  padding-top: 8rem !important; }

.u-pr8rem {
  padding-right: 8rem !important; }

.u-pb8rem {
  padding-bottom: 8rem !important; }

.u-pl8rem {
  padding-left: 8rem !important; }

.u-ma9rem {
  margin: 9rem !important; }

.u-mt9rem {
  margin-top: 9rem !important; }

.u-mr9rem {
  margin-right: 9rem !important; }

.u-mb9rem {
  margin-bottom: 9rem !important; }

.u-ml9rem {
  margin-left: 9rem !important; }

.u-pa9rem {
  padding: 9rem !important; }

.u-pt9rem {
  padding-top: 9rem !important; }

.u-pr9rem {
  padding-right: 9rem !important; }

.u-pb9rem {
  padding-bottom: 9rem !important; }

.u-pl9rem {
  padding-left: 9rem !important; }

.u-ma10rem {
  margin: 10rem !important; }

.u-mt10rem {
  margin-top: 10rem !important; }

.u-mr10rem {
  margin-right: 10rem !important; }

.u-mb10rem {
  margin-bottom: 10rem !important; }

.u-ml10rem {
  margin-left: 10rem !important; }

.u-pa10rem {
  padding: 10rem !important; }

.u-pt10rem {
  padding-top: 10rem !important; }

.u-pr10rem {
  padding-right: 10rem !important; }

.u-pb10rem {
  padding-bottom: 10rem !important; }

.u-pl10rem {
  padding-left: 10rem !important; }

.u-font-size-10 {
  font-size: 10rem !important; }

.u-font-size-11 {
  font-size: 11rem !important; }

.u-font-size-12 {
  font-size: 12rem !important; }

.u-font-size-13 {
  font-size: 13rem !important; }

.u-font-size-14 {
  font-size: 14rem !important; }

.u-font-size-15 {
  font-size: 15rem !important; }

.u-font-size-16 {
  font-size: 16rem !important; }

.u-font-size-17 {
  font-size: 17rem !important; }

.u-font-size-18 {
  font-size: 18rem !important; }

.u-font-size-19 {
  font-size: 19rem !important; }

.u-font-size-20 {
  font-size: 20rem !important; }

.u-font-size-21 {
  font-size: 21rem !important; }

.u-font-size-22 {
  font-size: 22rem !important; }

.u-font-size-23 {
  font-size: 23rem !important; }

.u-font-size-24 {
  font-size: 24rem !important; }

.u-font-size-25 {
  font-size: 25rem !important; }

.u-font-size-26 {
  font-size: 26rem !important; }

.u-font-size-27 {
  font-size: 27rem !important; }

.u-font-size-28 {
  font-size: 28rem !important; }

.u-font-size-29 {
  font-size: 29rem !important; }

.u-font-size-30 {
  font-size: 30rem !important; }

.u-font-size-31 {
  font-size: 31rem !important; }

.u-font-size-32 {
  font-size: 32rem !important; }

.u-font-size-33 {
  font-size: 33rem !important; }

.u-font-size-34 {
  font-size: 34rem !important; }

.u-font-size-35 {
  font-size: 35rem !important; }

.u-font-size-36 {
  font-size: 36rem !important; }

.u-font-size-37 {
  font-size: 37rem !important; }

.u-font-size-38 {
  font-size: 38rem !important; }

.u-font-size-39 {
  font-size: 39rem !important; }

.u-font-size-40 {
  font-size: 40rem !important; }

.u-font-size-41 {
  font-size: 41rem !important; }

.u-font-size-42 {
  font-size: 42rem !important; }

.u-font-size-43 {
  font-size: 43rem !important; }

.u-font-size-44 {
  font-size: 44rem !important; }

.u-font-size-45 {
  font-size: 45rem !important; }

.u-font-size-46 {
  font-size: 46rem !important; }

.u-font-size-47 {
  font-size: 47rem !important; }

.u-font-size-48 {
  font-size: 48rem !important; }

.u-font-size-49 {
  font-size: 49rem !important; }

.u-font-size-50 {
  font-size: 50rem !important; }

.u-font-size-51 {
  font-size: 51rem !important; }

.u-font-size-52 {
  font-size: 52rem !important; }

.u-font-size-53 {
  font-size: 53rem !important; }

.u-font-size-54 {
  font-size: 54rem !important; }

.u-font-size-55 {
  font-size: 55rem !important; }

.u-font-size-56 {
  font-size: 56rem !important; }

.u-font-size-57 {
  font-size: 57rem !important; }

.u-font-size-58 {
  font-size: 58rem !important; }

.u-font-size-59 {
  font-size: 59rem !important; }

.u-font-size-60 {
  font-size: 60rem !important; }


.amazon-ad{
   width:120px;
   height:240px;
}

/* 170606 ローテーションバナー*/
.slide {
width:728px;
margin:15px auto;
position:relative;
}
.slide a {
position:absolute;
left:0;
top:0;
display: block;
width: 728px;
opacity: 0;
transition: 1s;
text-align: center;
}
.slide .show {
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .slide {
width:90%;
}
.slide a {
width: 100%;
}
.slide a img {
  width: 100%;
  height: auto;
}
}
/* 170608 運営会社*/
.ui.definition.table tr td:nth-child(1) {
  width: 225px;
}